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.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return RequiredDataRelevance Modifier and Type Method Description RequiredDataRelevanceRequiredDataRelevanceInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type RequiredDataRelevance Modifier and Type Method Description StringRequiredDataRelevanceInfo. getValueText(IV8Project v8project, String langCode, RequiredDataRelevance value)booleanRequiredDataRelevanceInfo. isValuesEquals(RequiredDataRelevance value1, RequiredDataRelevance value2)
- 
Uses of RequiredDataRelevance in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type RequiredDataRelevance Modifier and Type Field Description static List<RequiredDataRelevance>RequiredDataRelevance. VALUESA 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 RequiredDataRelevanceRequiredDataRelevance. get(int value)Returns the 'Required Data Relevance' literal with the specified integer value.static RequiredDataRelevanceRequiredDataRelevance. get(String literal)Returns the 'Required Data Relevance' literal with the specified literal value.static RequiredDataRelevanceRequiredDataRelevance. getByName(String name)Returns the 'Required Data Relevance' literal with the specified name.static RequiredDataRelevanceRequiredDataRelevance. 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.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return RequiredDataRelevance Modifier and Type Method Description RequiredDataRelevanceCommonFactoryImpl. createRequiredDataRelevanceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-