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.model
Fields in com._1c.g5.v8.dt.xdto.model with type parameters of type Whitespace Modifier and Type Field Description static 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 Whitespace Modifier and Type Method Description static Whitespace
Whitespace. get(int value)
Returns the 'Whitespace' literal with the specified integer value.static Whitespace
Whitespace. get(String literal)
Returns the 'Whitespace' literal with the specified literal value.static Whitespace
Whitespace. getByName(String name)
Returns the 'Whitespace' literal with the specified name.Whitespace
ValueType. getWhitespace()
Returns the value of the 'Whitespace' attribute.static Whitespace
Whitespace. 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 void
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 Whitespace Modifier and Type Method Description Whitespace
XdtoFactoryImpl. createWhitespaceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
Whitespace
ValueTypeImpl. getWhitespace()
Methods in com._1c.g5.v8.dt.xdto.model.impl with parameters of type Whitespace Modifier and Type Method Description void
ValueTypeImpl. setWhitespace(Whitespace newWhitespace)
-