Uses of Enum Class
net.sourceforge.pmd.lang.modelica.resolver.ModelicaComponentDeclaration.ComponentVariability
Packages that use ModelicaComponentDeclaration.ComponentVariability
-
Uses of ModelicaComponentDeclaration.ComponentVariability in net.sourceforge.pmd.lang.modelica.resolver
Methods in net.sourceforge.pmd.lang.modelica.resolver that return ModelicaComponentDeclaration.ComponentVariabilityModifier and TypeMethodDescriptionModelicaComponentDeclaration.getVariability()Whether this component is a constant, a parameter, a discrete or a continuous variable.Returns the enum constant of this class with the specified name.ModelicaComponentDeclaration.ComponentVariability.values()Returns an array containing the constants of this enum class, in the order they are declared.