Uses of Class
net.sourceforge.pmd.lang.modelica.resolver.ModelicaComponentDeclaration.ComponentKind
-
Packages that use ModelicaComponentDeclaration.ComponentKind Package Description net.sourceforge.pmd.lang.modelica.resolver -
-
Uses of ModelicaComponentDeclaration.ComponentKind in net.sourceforge.pmd.lang.modelica.resolver
Methods in net.sourceforge.pmd.lang.modelica.resolver that return ModelicaComponentDeclaration.ComponentKind Modifier and Type Method Description ModelicaComponentDeclaration.ComponentKindModelicaComponentDeclaration. getKind()Whether this component is declared asflow,streamor nothing special.static ModelicaComponentDeclaration.ComponentKindModelicaComponentDeclaration.ComponentKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelicaComponentDeclaration.ComponentKind[]ModelicaComponentDeclaration.ComponentKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-