Uses of Class
net.sourceforge.pmd.properties.PropertyTypeId
-
Packages that use PropertyTypeId Package Description net.sourceforge.pmd.properties -
-
Uses of PropertyTypeId in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return PropertyTypeId Modifier and Type Method Description static PropertyTypeId
PropertyTypeId. lookupMnemonic(String stringId)
Gets the enum constant corresponding to the given mnemonic.static PropertyTypeId
PropertyTypeId. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyTypeId[]
PropertyTypeId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.properties that return types with arguments of type PropertyTypeId Modifier and Type Method Description static Map<String,PropertyTypeId>
PropertyTypeId. typeIdsToConstants()
Returns the full mappings from type ids to enum constants.
-