Uses of Class
net.sourceforge.pmd.lang.modelica.resolver.ModelicaBuiltinType.BaseType
-
Packages that use ModelicaBuiltinType.BaseType Package Description net.sourceforge.pmd.lang.modelica.resolver -
-
Uses of ModelicaBuiltinType.BaseType in net.sourceforge.pmd.lang.modelica.resolver
Methods in net.sourceforge.pmd.lang.modelica.resolver that return ModelicaBuiltinType.BaseType Modifier and Type Method Description ModelicaBuiltinType.BaseTypeModelicaBuiltinType. getBaseType()static ModelicaBuiltinType.BaseTypeModelicaBuiltinType.BaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelicaBuiltinType.BaseType[]ModelicaBuiltinType.BaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-