Uses of Enum Class
com.e1c.g5.v8.dt.distribution.model.ConfigurationFileState
Packages that use ConfigurationFileState
Package
Description
-
Uses of ConfigurationFileState in com.e1c.g5.v8.dt.distribution.model
Fields in com.e1c.g5.v8.dt.distribution.model with type parameters of type ConfigurationFileStateModifier and TypeFieldDescriptionstatic final List<ConfigurationFileState>ConfigurationFileState.VALUESA public read-only list of all the 'Configuration File State' enumerators.Methods in com.e1c.g5.v8.dt.distribution.model that return ConfigurationFileStateModifier and TypeMethodDescriptionstatic ConfigurationFileStateConfigurationFileState.get(int value) Returns the 'Configuration File State' literal with the specified integer value.static ConfigurationFileStateReturns the 'Configuration File State' literal with the specified literal value.static ConfigurationFileStateReturns the 'Configuration File State' literal with the specified name.DistributionSupport.getFileState()Returns the value of the 'File State' attribute.static ConfigurationFileStateReturns the enum constant of this class with the specified name.static ConfigurationFileState[]ConfigurationFileState.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 ConfigurationFileStateModifier and TypeMethodDescriptionvoidDistributionSupport.setFileState(ConfigurationFileState value) Sets the value of the 'File State' attribute. -
Uses of ConfigurationFileState in com.e1c.g5.v8.dt.distribution.model.impl
Methods in com.e1c.g5.v8.dt.distribution.model.impl that return ConfigurationFileStateModifier and TypeMethodDescriptionDistributionSupportFactoryImpl.createConfigurationFileStateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DistributionSupportImpl.getFileState()Methods in com.e1c.g5.v8.dt.distribution.model.impl with parameters of type ConfigurationFileStateModifier and TypeMethodDescriptionvoidDistributionSupportImpl.setFileState(ConfigurationFileState newFileState) -
Uses of ConfigurationFileState in com.e1c.g5.v8.dt.distribution.model.util
Methods in com.e1c.g5.v8.dt.distribution.model.util with parameters of type ConfigurationFileStateModifier and TypeMethodDescriptionstatic DistributionSupportDistributionSupportUtil.createDistributionSupport(ConfigurationFileState fileState) CreatesDistributionSupportinstance.