Uses of Class
com._1c.g5.v8.dt.metadata.common.RequiredDataRelevance
-
Packages that use RequiredDataRelevance Package Description com._1c.g5.v8.dt.dcs.typedvalue com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl -
-
Uses of RequiredDataRelevance in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return RequiredDataRelevance Modifier and Type Method Description RequiredDataRelevance
RequiredDataRelevanceInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type RequiredDataRelevance Modifier and Type Method Description String
RequiredDataRelevanceInfo. getValueText(IV8Project v8project, String langCode, RequiredDataRelevance value)
boolean
RequiredDataRelevanceInfo. isValuesEquals(RequiredDataRelevance value1, RequiredDataRelevance value2)
-
Uses of RequiredDataRelevance in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type RequiredDataRelevance Modifier and Type Field Description static List<RequiredDataRelevance>
RequiredDataRelevance. VALUES
A public read-only list of all the 'Required Data Relevance' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return RequiredDataRelevance Modifier and Type Method Description static RequiredDataRelevance
RequiredDataRelevance. get(int value)
Returns the 'Required Data Relevance' literal with the specified integer value.static RequiredDataRelevance
RequiredDataRelevance. get(String literal)
Returns the 'Required Data Relevance' literal with the specified literal value.static RequiredDataRelevance
RequiredDataRelevance. getByName(String name)
Returns the 'Required Data Relevance' literal with the specified name.static RequiredDataRelevance
RequiredDataRelevance. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequiredDataRelevance[]
RequiredDataRelevance. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequiredDataRelevance in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return RequiredDataRelevance Modifier and Type Method Description RequiredDataRelevance
CommonFactoryImpl. createRequiredDataRelevanceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-