Uses of Enum Class
com.e1c.g5.v8.dt.distribution.model.ParentConfigurationStoreMode
Packages that use ParentConfigurationStoreMode
-
Uses of ParentConfigurationStoreMode in com.e1c.g5.v8.dt.distribution.model
Fields in com.e1c.g5.v8.dt.distribution.model with type parameters of type ParentConfigurationStoreModeModifier and TypeFieldDescriptionstatic final List<ParentConfigurationStoreMode>ParentConfigurationStoreMode.VALUESA public read-only list of all the 'Parent Configuration Store Mode' enumerators.Methods in com.e1c.g5.v8.dt.distribution.model that return ParentConfigurationStoreModeModifier and TypeMethodDescriptionstatic ParentConfigurationStoreModeParentConfigurationStoreMode.get(int value) Returns the 'Parent Configuration Store Mode' literal with the specified integer value.static ParentConfigurationStoreModeReturns the 'Parent Configuration Store Mode' literal with the specified literal value.static ParentConfigurationStoreModeReturns the 'Parent Configuration Store Mode' literal with the specified name.ParentConfigurationInfo.getStoreMode()Returns the value of the 'Store Mode' attribute.static ParentConfigurationStoreModeReturns the enum constant of this class with the specified name.static ParentConfigurationStoreMode[]ParentConfigurationStoreMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.v8.dt.distribution.model with parameters of type ParentConfigurationStoreModeModifier and TypeMethodDescriptionvoidParentConfigurationInfo.setStoreMode(ParentConfigurationStoreMode value) Sets the value of the 'Store Mode' attribute. -
Uses of ParentConfigurationStoreMode in com.e1c.g5.v8.dt.distribution.model.impl
Methods in com.e1c.g5.v8.dt.distribution.model.impl that return ParentConfigurationStoreModeModifier and TypeMethodDescriptionDistributionSupportFactoryImpl.createParentConfigurationStoreModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ParentConfigurationInfoImpl.getStoreMode()Methods in com.e1c.g5.v8.dt.distribution.model.impl with parameters of type ParentConfigurationStoreModeModifier and TypeMethodDescriptionvoidParentConfigurationInfoImpl.setStoreMode(ParentConfigurationStoreMode newStoreMode)