Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CommonAttributeAuthenticationSeparation
-
Packages that use CommonAttributeAuthenticationSeparation Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of CommonAttributeAuthenticationSeparation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CommonAttributeAuthenticationSeparation Modifier and Type Field Description static List<CommonAttributeAuthenticationSeparation>CommonAttributeAuthenticationSeparation. VALUESA public read-only list of all the 'Common Attribute Authentication Separation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttributeAuthenticationSeparation Modifier and Type Method Description static CommonAttributeAuthenticationSeparationCommonAttributeAuthenticationSeparation. get(int value)Returns the 'Common Attribute Authentication Separation' literal with the specified integer value.static CommonAttributeAuthenticationSeparationCommonAttributeAuthenticationSeparation. get(String literal)Returns the 'Common Attribute Authentication Separation' literal with the specified literal value.CommonAttributeAuthenticationSeparationCommonAttribute. getAuthenticationSeparation()Returns the value of the 'Authentication Separation' attribute.static CommonAttributeAuthenticationSeparationCommonAttributeAuthenticationSeparation. getByName(String name)Returns the 'Common Attribute Authentication Separation' literal with the specified name.static CommonAttributeAuthenticationSeparationCommonAttributeAuthenticationSeparation. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonAttributeAuthenticationSeparation[]CommonAttributeAuthenticationSeparation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type CommonAttributeAuthenticationSeparation Modifier and Type Method Description voidCommonAttribute. setAuthenticationSeparation(CommonAttributeAuthenticationSeparation value)Sets the value of the 'Authentication Separation' attribute. -
Uses of CommonAttributeAuthenticationSeparation in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttributeAuthenticationSeparation Modifier and Type Method Description CommonAttributeAuthenticationSeparationMdClassFactoryImpl. createCommonAttributeAuthenticationSeparationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CommonAttributeAuthenticationSeparationCommonAttributeImpl. getAuthenticationSeparation()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CommonAttributeAuthenticationSeparation Modifier and Type Method Description voidCommonAttributeImpl. setAuthenticationSeparation(CommonAttributeAuthenticationSeparation newAuthenticationSeparation) -
Uses of CommonAttributeAuthenticationSeparation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttributeAuthenticationSeparation Modifier and Type Method Description booleanMdClassValidator. validateCommonAttributeAuthenticationSeparation(CommonAttributeAuthenticationSeparation commonAttributeAuthenticationSeparation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-