Package org.palladiosimulator.edp2.local
Interface localPackage.Literals
-
- Enclosing interface:
- localPackage
public static interface localPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClassFILEThe meta object literal for the 'File' class.static EClassLOCAL_DIRECTORY_REPOSITORYThe meta object literal for the 'Local Directory Repository' class.static EAttributeLOCAL_DIRECTORY_REPOSITORY__URIThe meta object literal for the 'Uri' attribute feature.
-
-
-
Field Detail
-
LOCAL_DIRECTORY_REPOSITORY
static final EClass LOCAL_DIRECTORY_REPOSITORY
The meta object literal for the 'Local Directory Repository' class.- See Also:
LocalDirectoryRepositoryImpl,localPackageImpl.getLocalDirectoryRepository()- Generated class or method.
-
LOCAL_DIRECTORY_REPOSITORY__URI
static final EAttribute LOCAL_DIRECTORY_REPOSITORY__URI
The meta object literal for the 'Uri' attribute feature.- Generated class or method.
-
FILE
static final EClass FILE
The meta object literal for the 'File' class.- See Also:
File,localPackageImpl.getFile()- Generated class or method.
-
-