Interface ModifiersPackage.Literals
- Enclosing interface:
- ModifiersPackage
public static interface ModifiersPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Abstract
' class.static final EClass
The meta object literal for the 'Annotable And Modifiable
' class.static final EReference
The meta object literal for the 'Annotations And Modifiers' containment reference list feature.static final EClass
The meta object literal for the 'Annotation Instance Or Modifier
' class.static final EClass
The meta object literal for the 'Default
' class.static final EClass
The meta object literal for the 'Final
' class.static final EClass
The meta object literal for the 'Modifiable
' class.static final EReference
The meta object literal for the 'Modifiers' containment reference list feature.static final EClass
The meta object literal for the 'Modifier
' class.static final EClass
The meta object literal for the 'Module Requires Modifier
' class.static final EClass
The meta object literal for the 'Native
' class.static final EClass
The meta object literal for the 'Open
' class.static final EClass
The meta object literal for the 'Private
' class.static final EClass
The meta object literal for the 'Protected
' class.static final EClass
The meta object literal for the 'Public
' class.static final EClass
The meta object literal for the 'Static
' class.static final EClass
The meta object literal for the 'Strictfp
' class.static final EClass
The meta object literal for the 'Synchronized
' class.static final EClass
The meta object literal for the 'Transient
' class.static final EClass
The meta object literal for the 'Transitive
' class.static final EClass
The meta object literal for the 'Volatile
' class.
-
Field Details
-
MODIFIER
The meta object literal for the 'Modifier
' class.- See Also:
- Generated class or method.
-
ANNOTATION_INSTANCE_OR_MODIFIER
The meta object literal for the 'Annotation Instance Or Modifier
' class.- See Also:
- Generated class or method.
-
ANNOTABLE_AND_MODIFIABLE
The meta object literal for the 'Annotable And Modifiable
' class.- See Also:
- Generated class or method.
-
ANNOTABLE_AND_MODIFIABLE__ANNOTATIONS_AND_MODIFIERS
The meta object literal for the 'Annotations And Modifiers' containment reference list feature.- Generated class or method.
-
MODIFIABLE
The meta object literal for the 'Modifiable
' class.- See Also:
- Generated class or method.
-
MODIFIABLE__MODIFIERS
The meta object literal for the 'Modifiers' containment reference list feature.- Generated class or method.
-
ABSTRACT
The meta object literal for the 'Abstract
' class.- See Also:
- Generated class or method.
-
FINAL
The meta object literal for the 'Final
' class.- See Also:
- Generated class or method.
-
NATIVE
The meta object literal for the 'Native
' class.- See Also:
- Generated class or method.
-
PROTECTED
The meta object literal for the 'Protected
' class.- See Also:
- Generated class or method.
-
PUBLIC
The meta object literal for the 'Public
' class.- See Also:
- Generated class or method.
-
PRIVATE
The meta object literal for the 'Private
' class.- See Also:
- Generated class or method.
-
STATIC
The meta object literal for the 'Static
' class.- See Also:
- Generated class or method.
-
STRICTFP
The meta object literal for the 'Strictfp
' class.- See Also:
- Generated class or method.
-
SYNCHRONIZED
The meta object literal for the 'Synchronized
' class.- See Also:
- Generated class or method.
-
TRANSIENT
The meta object literal for the 'Transient
' class.- See Also:
- Generated class or method.
-
VOLATILE
The meta object literal for the 'Volatile
' class.- See Also:
- Generated class or method.
-
DEFAULT
The meta object literal for the 'Default
' class.- See Also:
- Generated class or method.
-
TRANSITIVE
The meta object literal for the 'Transitive
' class.- See Also:
- Generated class or method.
-
MODULE_REQUIRES_MODIFIER
The meta object literal for the 'Module Requires Modifier
' class.- See Also:
- Generated class or method.
-
OPEN
The meta object literal for the 'Open
' class.- See Also:
- Generated class or method.
-