Uses of Enum Class
com._1c.g5.v8.dt.moxel.Antimerge
Packages that use Antimerge
-
Uses of Antimerge in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type AntimergeModifier and TypeFieldDescriptionAntimerge.VALUES
A public read-only list of all the 'Antimerge' enumerators.Methods in com._1c.g5.v8.dt.moxel that return AntimergeModifier and TypeMethodDescriptionstatic Antimerge
Antimerge.get
(int value) Returns the 'Antimerge' literal with the specified integer value.static Antimerge
Returns the 'Antimerge' literal with the specified literal value.Merge.getAntimerge()
Returns the value of the 'Antimerge' attribute.static Antimerge
Returns the 'Antimerge' literal with the specified name.static Antimerge
Returns the enum constant of this class with the specified name.static Antimerge[]
Antimerge.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type AntimergeModifier and TypeMethodDescriptionvoid
Merge.setAntimerge
(Antimerge value) Sets the value of the 'Antimerge
' attribute. -
Uses of Antimerge in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return AntimergeModifier and TypeMethodDescriptionMoxelFactoryImpl.createAntimergeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) MergeImpl.getAntimerge()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Antimerge