|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactloaderPackage
The Package for the model. It contains accessors for the meta objects to represent
ArtifactloaderFactory
Nested Class Summary | |
---|---|
static interface |
ArtifactloaderPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static ArtifactloaderPackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
static int |
RAL_CONFIGURATION
The meta object id for the ' RAL Configuration ' class |
static int |
RAL_CONFIGURATION__NAME
The feature id for the 'Name' attribute |
static int |
RAL_CONFIGURATION__PROPERTIES
The feature id for the 'Properties' containment reference list |
static int |
RAL_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'RAL Configuration' class |
static int |
RAL_PROPERTY_TYPE
The meta object id for the ' RAL Property Type ' class |
static int |
RAL_PROPERTY_TYPE__NAME
The feature id for the 'Name' attribute |
static int |
RAL_PROPERTY_TYPE__VALUE
The feature id for the 'Value' attribute |
static int |
RAL_PROPERTY_TYPE_FEATURE_COUNT
The number of structural features of the 'RAL Property Type' class |
static int |
RAL_SECURITY
The meta object id for the ' RAL Security ' class |
static int |
RAL_SECURITY__PASSWORD
The feature id for the 'Password' attribute |
static int |
RAL_SECURITY__SECURITY_ENABLED
The feature id for the 'Security Enabled' attribute |
static int |
RAL_SECURITY__USER
The feature id for the 'User' attribute |
static int |
RAL_SECURITY_FEATURE_COUNT
The number of structural features of the 'RAL Security' class |
Method Summary | |
---|---|
ArtifactloaderFactory |
getArtifactloaderFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EAttribute |
getRALConfiguration_Name()
Returns the meta object for the attribute ' Name ' |
org.eclipse.emf.ecore.EReference |
getRALConfiguration_Properties()
Returns the meta object for the containment reference list ' Properties ' |
org.eclipse.emf.ecore.EClass |
getRALConfiguration()
Returns the meta object for class ' RAL Configuration ' |
org.eclipse.emf.ecore.EAttribute |
getRALPropertyType_Name()
Returns the meta object for the attribute ' Name ' |
org.eclipse.emf.ecore.EAttribute |
getRALPropertyType_Value()
Returns the meta object for the attribute ' Value ' |
org.eclipse.emf.ecore.EClass |
getRALPropertyType()
Returns the meta object for class ' RAL Property Type ' |
org.eclipse.emf.ecore.EAttribute |
getRALSecurity_Password()
Returns the meta object for the attribute ' Password ' |
org.eclipse.emf.ecore.EAttribute |
getRALSecurity_SecurityEnabled()
Returns the meta object for the attribute ' Security Enabled ' |
org.eclipse.emf.ecore.EAttribute |
getRALSecurity_User()
Returns the meta object for the attribute ' User ' |
org.eclipse.emf.ecore.EClass |
getRALSecurity()
Returns the meta object for class ' RAL Security ' |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ArtifactloaderPackage eINSTANCE
static final int RAL_SECURITY
RAL Security
' class.
RALSecurityImpl
,
ArtifactloaderPackageImpl.getRALSecurity()
,
Constant Field Valuesstatic final int RAL_SECURITY__USER
static final int RAL_SECURITY__PASSWORD
static final int RAL_SECURITY__SECURITY_ENABLED
static final int RAL_SECURITY_FEATURE_COUNT
static final int RAL_PROPERTY_TYPE
RAL Property Type
' class.
RALPropertyTypeImpl
,
ArtifactloaderPackageImpl.getRALPropertyType()
,
Constant Field Valuesstatic final int RAL_PROPERTY_TYPE__NAME
static final int RAL_PROPERTY_TYPE__VALUE
static final int RAL_PROPERTY_TYPE_FEATURE_COUNT
static final int RAL_CONFIGURATION
RAL Configuration
' class.
RALConfigurationImpl
,
ArtifactloaderPackageImpl.getRALConfiguration()
,
Constant Field Valuesstatic final int RAL_CONFIGURATION__NAME
static final int RAL_CONFIGURATION__PROPERTIES
static final int RAL_CONFIGURATION_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getRALSecurity()
RAL Security
'.
RALSecurity
org.eclipse.emf.ecore.EAttribute getRALSecurity_User()
User
'.
RALSecurity.getUser()
,
getRALSecurity()
org.eclipse.emf.ecore.EAttribute getRALSecurity_Password()
Password
'.
RALSecurity.getPassword()
,
getRALSecurity()
org.eclipse.emf.ecore.EAttribute getRALSecurity_SecurityEnabled()
Security Enabled
'.
RALSecurity.isSecurityEnabled()
,
getRALSecurity()
org.eclipse.emf.ecore.EClass getRALPropertyType()
RAL Property Type
'.
RALPropertyType
org.eclipse.emf.ecore.EAttribute getRALPropertyType_Name()
Name
'.
RALPropertyType.getName()
,
getRALPropertyType()
org.eclipse.emf.ecore.EAttribute getRALPropertyType_Value()
Value
'.
RALPropertyType.getValue()
,
getRALPropertyType()
org.eclipse.emf.ecore.EClass getRALConfiguration()
RAL Configuration
'.
RALConfiguration
org.eclipse.emf.ecore.EAttribute getRALConfiguration_Name()
Name
'.
RALConfiguration.getName()
,
getRALConfiguration()
org.eclipse.emf.ecore.EReference getRALConfiguration_Properties()
Properties
'.
RALConfiguration.getProperties()
,
getRALConfiguration()
ArtifactloaderFactory getArtifactloaderFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |