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.modelFields in com._1c.g5.v8.dt.xdto.model with type parameters of type Variety Modifier and Type Field Description static List<Variety>Variety. VALUESA 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 VarietyVariety. get(int value)Returns the 'Variety' literal with the specified integer value.static VarietyVariety. get(String literal)Returns the 'Variety' literal with the specified literal value.static VarietyVariety. getByName(String name)Returns the 'Variety' literal with the specified name.VarietyValueType. getVariety()Returns the value of the 'Variety' attribute.static VarietyVariety. 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 voidValueType. setVariety(Variety value)Sets the value of the 'Variety' attribute.
- 
Uses of Variety in com._1c.g5.v8.dt.xdto.model.implMethods in com._1c.g5.v8.dt.xdto.model.impl that return Variety Modifier and Type Method Description VarietyXdtoFactoryImpl. createVarietyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)VarietyValueTypeImpl. getVariety()Methods in com._1c.g5.v8.dt.xdto.model.impl with parameters of type Variety Modifier and Type Method Description voidValueTypeImpl. setVariety(Variety newVariety)
- 
Uses of Variety in com._1c.g5.v8.dt.xdto.resourceMethods in com._1c.g5.v8.dt.xdto.resource that return Variety Modifier and Type Method Description VarietyXdtoAdditionalIndexInformationHelper. getVariety(org.eclipse.xtext.resource.IEObjectDescription valueType)GetsVarietyof index element
- 
Uses of Variety in com._1c.g5.v8.dt.xdto.validationMethods in com._1c.g5.v8.dt.xdto.validation with parameters of type Variety Modifier and Type Method Description protected IValueTypeValidatorValueTypeValidatorProvider. getDefaultValueValidator(Variety variety, org.eclipse.xtext.naming.QualifiedName typeName, QName itemType, org.eclipse.xtext.scoping.IScope scope)GetsIValueTypeValidatorbyVariety, full name of the type and name of the it item list type (if available)
 
-