Uses of Class
com._1c.g5.v8.dt.xdto.model.Variety
-
Packages that use Variety Package Description com._1c.g5.v8.dt.xdto.model com._1c.g5.v8.dt.xdto.model.impl com._1c.g5.v8.dt.xdto.resource com._1c.g5.v8.dt.xdto.validation -
-
Uses of Variety in com._1c.g5.v8.dt.xdto.model
Fields in com._1c.g5.v8.dt.xdto.model with type parameters of type Variety Modifier and Type Field Description static List<Variety>
Variety. VALUES
A public read-only list of all the 'Variety' enumerators.Methods in com._1c.g5.v8.dt.xdto.model that return Variety Modifier and Type Method Description static Variety
Variety. get(int value)
Returns the 'Variety' literal with the specified integer value.static Variety
Variety. get(String literal)
Returns the 'Variety' literal with the specified literal value.static Variety
Variety. getByName(String name)
Returns the 'Variety' literal with the specified name.Variety
ValueType. getVariety()
Returns the value of the 'Variety' attribute.static Variety
Variety. valueOf(String name)
Returns the enum constant of this type with the specified name.static Variety[]
Variety. 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 Variety Modifier and Type Method Description void
ValueType. setVariety(Variety value)
Sets the value of the 'Variety
' attribute. -
Uses of Variety in com._1c.g5.v8.dt.xdto.model.impl
Methods in com._1c.g5.v8.dt.xdto.model.impl that return Variety Modifier and Type Method Description Variety
XdtoFactoryImpl. createVarietyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
Variety
ValueTypeImpl. getVariety()
Methods in com._1c.g5.v8.dt.xdto.model.impl with parameters of type Variety Modifier and Type Method Description void
ValueTypeImpl. setVariety(Variety newVariety)
-
Uses of Variety in com._1c.g5.v8.dt.xdto.resource
Methods in com._1c.g5.v8.dt.xdto.resource that return Variety Modifier and Type Method Description Variety
XdtoAdditionalIndexInformationHelper. getVariety(org.eclipse.xtext.resource.IEObjectDescription valueType)
GetsVariety
of index element -
Uses of Variety in com._1c.g5.v8.dt.xdto.validation
Methods in com._1c.g5.v8.dt.xdto.validation with parameters of type Variety Modifier and Type Method Description protected IValueTypeValidator
ValueTypeValidatorProvider. getDefaultValueValidator(Variety variety, org.eclipse.xtext.naming.QualifiedName typeName, QName itemType, org.eclipse.xtext.scoping.IScope scope)
GetsIValueTypeValidator
byVariety
, full name of the type and name of the it item list type (if available)
-