Uses of Class
com._1c.g5.v8.dt.xdto.model.Whitespace
- 
Packages that use Whitespace Package Description com._1c.g5.v8.dt.xdto.model com._1c.g5.v8.dt.xdto.model.impl 
- 
- 
Uses of Whitespace in com._1c.g5.v8.dt.xdto.modelFields in com._1c.g5.v8.dt.xdto.model with type parameters of type Whitespace Modifier and Type Field Description static List<Whitespace>Whitespace. VALUESA public read-only list of all the 'Whitespace' enumerators.Methods in com._1c.g5.v8.dt.xdto.model that return Whitespace Modifier and Type Method Description static WhitespaceWhitespace. get(int value)Returns the 'Whitespace' literal with the specified integer value.static WhitespaceWhitespace. get(String literal)Returns the 'Whitespace' literal with the specified literal value.static WhitespaceWhitespace. getByName(String name)Returns the 'Whitespace' literal with the specified name.WhitespaceValueType. getWhitespace()Returns the value of the 'Whitespace' attribute.static WhitespaceWhitespace. valueOf(String name)Returns the enum constant of this type with the specified name.static Whitespace[]Whitespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.xdto.model with parameters of type Whitespace Modifier and Type Method Description voidValueType. 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 Whitespace Modifier and Type Method Description WhitespaceXdtoFactoryImpl. createWhitespaceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)WhitespaceValueTypeImpl. getWhitespace()Methods in com._1c.g5.v8.dt.xdto.model.impl with parameters of type Whitespace Modifier and Type Method Description voidValueTypeImpl. setWhitespace(Whitespace newWhitespace)
 
-