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 UseOfModeTypexmlEnumConversionUtil. 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.UsedToTypexmlEnumConversionUtil. 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 UseOfModeTypeUsabilityModeFeaturesImpl. useOfTypethe use of the typeMethods in org.goplanit.mode that return UseOfModeType Modifier and Type Method Description UseOfModeTypeUsabilityModeFeaturesImpl. 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 UsabilityModeFeaturesModeFeaturesFactory. createUsabilityFeatures(UseOfModeType useOfModeType)create usability mode featuresprotected voidUsabilityModeFeaturesImpl. 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 UseOfModeTypeUsabilityModeFeatures. DEFAULT_USEOF_TYPEdefault use of mode is private useMethods in org.goplanit.utils.mode that return UseOfModeType Modifier and Type Method Description UseOfModeTypeUsabilityModeFeatures. getUseOfType()collect how this mode is used via this type, e.g.static UseOfModeTypeUseOfModeType. 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.
-