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.modelFields in com._1c.g5.v8.dt.xdto.model with type parameters of type WhitespaceModifier and TypeFieldDescriptionstatic final List<Whitespace>Whitespace.VALUESA public read-only list of all the 'Whitespace' enumerators.Methods in com._1c.g5.v8.dt.xdto.model that return WhitespaceModifier and TypeMethodDescriptionstatic WhitespaceWhitespace.get(int value) Returns the 'Whitespace' literal with the specified integer value.static WhitespaceReturns the 'Whitespace' literal with the specified literal value.static WhitespaceReturns the 'Whitespace' literal with the specified name.ValueType.getWhitespace()Returns the value of the 'Whitespace' attribute.static WhitespaceReturns 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 TypeMethodDescriptionvoidValueType.setWhitespace(Whitespace value) Sets the value of the 'Whitespace' attribute.
- 
Uses of Whitespace in com._1c.g5.v8.dt.xdto.model.implMethods 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