Uses of Enum Class
com._1c.g5.v8.dt.xdto.model.Whitespace
Packages that use Whitespace
-
Uses of Whitespace in com._1c.g5.v8.dt.xdto.model
Fields in com._1c.g5.v8.dt.xdto.model with type parameters of type WhitespaceModifier and TypeFieldDescriptionstatic final List<Whitespace>
Whitespace.VALUES
A public read-only list of all the 'Whitespace' enumerators.Methods in com._1c.g5.v8.dt.xdto.model that return WhitespaceModifier and TypeMethodDescriptionstatic Whitespace
Whitespace.get
(int value) Returns the 'Whitespace' literal with the specified integer value.static Whitespace
Returns the 'Whitespace' literal with the specified literal value.static Whitespace
Returns the 'Whitespace' literal with the specified name.ValueType.getWhitespace()
Returns the value of the 'Whitespace' attribute.static Whitespace
Returns the enum constant of this class with the specified name.static Whitespace[]
Whitespace.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.xdto.model with parameters of type WhitespaceModifier and TypeMethodDescriptionvoid
ValueType.setWhitespace
(Whitespace value) Sets the value of the 'Whitespace
' attribute. -
Uses of Whitespace in com._1c.g5.v8.dt.xdto.model.impl
Methods in com._1c.g5.v8.dt.xdto.model.impl that return WhitespaceModifier and TypeMethodDescriptionXdtoFactoryImpl.createWhitespaceFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ValueTypeImpl.getWhitespace()
Methods in com._1c.g5.v8.dt.xdto.model.impl with parameters of type Whitespace