Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.InterfaceCompatibilityMode
-
Packages that use InterfaceCompatibilityMode 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 InterfaceCompatibilityMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type InterfaceCompatibilityMode Modifier and Type Field Description static List<InterfaceCompatibilityMode>
InterfaceCompatibilityMode. VALUES
A public read-only list of all the 'Interface Compatibility Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return InterfaceCompatibilityMode Modifier and Type Method Description static InterfaceCompatibilityMode
InterfaceCompatibilityMode. get(int value)
Returns the 'Interface Compatibility Mode' literal with the specified integer value.static InterfaceCompatibilityMode
InterfaceCompatibilityMode. get(String literal)
Returns the 'Interface Compatibility Mode' literal with the specified literal value.static InterfaceCompatibilityMode
InterfaceCompatibilityMode. getByName(String name)
Returns the 'Interface Compatibility Mode' literal with the specified name.InterfaceCompatibilityMode
Configuration. getInterfaceCompatibilityMode()
Returns the value of the 'Interface Compatibility Mode' attribute.static InterfaceCompatibilityMode
InterfaceCompatibilityMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterfaceCompatibilityMode[]
InterfaceCompatibilityMode. 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 InterfaceCompatibilityMode Modifier and Type Method Description void
Configuration. setInterfaceCompatibilityMode(InterfaceCompatibilityMode value)
Sets the value of the 'Interface Compatibility Mode
' attribute. -
Uses of InterfaceCompatibilityMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return InterfaceCompatibilityMode Modifier and Type Method Description InterfaceCompatibilityMode
MdClassFactoryImpl. createInterfaceCompatibilityModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
InterfaceCompatibilityMode
ConfigurationImpl. getInterfaceCompatibilityMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type InterfaceCompatibilityMode Modifier and Type Method Description void
ConfigurationImpl. setInterfaceCompatibilityMode(InterfaceCompatibilityMode newInterfaceCompatibilityMode)
-
Uses of InterfaceCompatibilityMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type InterfaceCompatibilityMode Modifier and Type Method Description boolean
MdClassValidator. validateInterfaceCompatibilityMode(InterfaceCompatibilityMode interfaceCompatibilityMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-