Uses of Class
org.goplanit.utils.mode.UseOfModeType
-
Packages that use UseOfModeType Package Description org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.mode org.goplanit.utils.mode -
-
Uses of UseOfModeType in org.goplanit.io.xml.util
Methods in org.goplanit.io.xml.util that return UseOfModeType Modifier and Type Method Description static UseOfModeType
xmlEnumConversionUtil. xmlToPlanit(org.goplanit.xml.generated.UsedToType xmlUseOfType)
convert used-to type from XML to PLANitMethods in org.goplanit.io.xml.util with parameters of type UseOfModeType Modifier and Type Method Description static org.goplanit.xml.generated.UsedToType
xmlEnumConversionUtil. planitToXml(UseOfModeType useOfType)
convert used-to type from PLANit to XML -
Uses of UseOfModeType in org.goplanit.mode
Fields in org.goplanit.mode declared as UseOfModeType Modifier and Type Field Description protected UseOfModeType
UsabilityModeFeaturesImpl. useOfType
the use of the typeMethods in org.goplanit.mode that return UseOfModeType Modifier and Type Method Description UseOfModeType
UsabilityModeFeaturesImpl. getUseOfType()
collect how this mode is used via this type, e.g.Methods in org.goplanit.mode with parameters of type UseOfModeType Modifier and Type Method Description static UsabilityModeFeatures
ModeFeaturesFactory. createUsabilityFeatures(UseOfModeType useOfModeType)
create usability mode featuresprotected void
UsabilityModeFeaturesImpl. setUseOfType(UseOfModeType useOfType)
set the use of typeConstructors in org.goplanit.mode with parameters of type UseOfModeType Constructor Description UsabilityModeFeaturesImpl(UseOfModeType useOfType)
Constructor -
Uses of UseOfModeType in org.goplanit.utils.mode
Fields in org.goplanit.utils.mode declared as UseOfModeType Modifier and Type Field Description static UseOfModeType
UsabilityModeFeatures. DEFAULT_USEOF_TYPE
default use of mode is private useMethods in org.goplanit.utils.mode that return UseOfModeType Modifier and Type Method Description UseOfModeType
UsabilityModeFeatures. getUseOfType()
collect how this mode is used via this type, e.g.static UseOfModeType
UseOfModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UseOfModeType[]
UseOfModeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-