Uses of Class
net.sourceforge.pmd.lang.modelica.resolver.ModelicaComponentDeclaration.ComponentVariability
-
Packages that use ModelicaComponentDeclaration.ComponentVariability Package Description net.sourceforge.pmd.lang.modelica.resolver -
-
Uses of ModelicaComponentDeclaration.ComponentVariability in net.sourceforge.pmd.lang.modelica.resolver
Methods in net.sourceforge.pmd.lang.modelica.resolver that return ModelicaComponentDeclaration.ComponentVariability Modifier and Type Method Description ModelicaComponentDeclaration.ComponentVariabilityModelicaComponentDeclaration. getVariability()Whether this component is a constant, a parameter, a discrete or a continuous variable.static ModelicaComponentDeclaration.ComponentVariabilityModelicaComponentDeclaration.ComponentVariability. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelicaComponentDeclaration.ComponentVariability[]ModelicaComponentDeclaration.ComponentVariability. values()Returns an array containing the constants of this enum type, in the order they are declared.
-