com.ibm.websphere.models.config.artifactloader
Interface ArtifactloaderPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ArtifactloaderPackageImpl

public interface ArtifactloaderPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

Configuration settings for the Core Remote Artifact Loader.

See Also:
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ArtifactloaderPackage eINSTANCE
The singleton instance of the package.


RAL_SECURITY

static final int RAL_SECURITY
The meta object id for the 'RAL Security' class.

See Also:
RALSecurityImpl, ArtifactloaderPackageImpl.getRALSecurity(), Constant Field Values

RAL_SECURITY__USER

static final int RAL_SECURITY__USER
The feature id for the 'User' attribute.

See Also:
Constant Field Values

RAL_SECURITY__PASSWORD

static final int RAL_SECURITY__PASSWORD
The feature id for the 'Password' attribute.

See Also:
Constant Field Values

RAL_SECURITY__SECURITY_ENABLED

static final int RAL_SECURITY__SECURITY_ENABLED
The feature id for the 'Security Enabled' attribute.

See Also:
Constant Field Values

RAL_SECURITY_FEATURE_COUNT

static final int RAL_SECURITY_FEATURE_COUNT
The number of structural features of the 'RAL Security' class.

See Also:
Constant Field Values

RAL_PROPERTY_TYPE

static final int RAL_PROPERTY_TYPE
The meta object id for the 'RAL Property Type' class.

See Also:
RALPropertyTypeImpl, ArtifactloaderPackageImpl.getRALPropertyType(), Constant Field Values

RAL_PROPERTY_TYPE__NAME

static final int RAL_PROPERTY_TYPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

RAL_PROPERTY_TYPE__VALUE

static final int RAL_PROPERTY_TYPE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

RAL_PROPERTY_TYPE_FEATURE_COUNT

static final int RAL_PROPERTY_TYPE_FEATURE_COUNT
The number of structural features of the 'RAL Property Type' class.

See Also:
Constant Field Values

RAL_CONFIGURATION

static final int RAL_CONFIGURATION
The meta object id for the 'RAL Configuration' class.

See Also:
RALConfigurationImpl, ArtifactloaderPackageImpl.getRALConfiguration(), Constant Field Values

RAL_CONFIGURATION__NAME

static final int RAL_CONFIGURATION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

RAL_CONFIGURATION__PROPERTIES

static final int RAL_CONFIGURATION__PROPERTIES
The feature id for the 'Properties' containment reference list.

See Also:
Constant Field Values

RAL_CONFIGURATION_FEATURE_COUNT

static final int RAL_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'RAL Configuration' class.

See Also:
Constant Field Values
Method Detail

getRALSecurity

org.eclipse.emf.ecore.EClass getRALSecurity()
Returns the meta object for class 'RAL Security'.

Returns:
the meta object for class 'RAL Security'.
See Also:
RALSecurity

getRALSecurity_User

org.eclipse.emf.ecore.EAttribute getRALSecurity_User()
Returns the meta object for the attribute 'User'.

Returns:
the meta object for the attribute 'User'.
See Also:
RALSecurity.getUser(), getRALSecurity()

getRALSecurity_Password

org.eclipse.emf.ecore.EAttribute getRALSecurity_Password()
Returns the meta object for the attribute 'Password'.

Returns:
the meta object for the attribute 'Password'.
See Also:
RALSecurity.getPassword(), getRALSecurity()

getRALSecurity_SecurityEnabled

org.eclipse.emf.ecore.EAttribute getRALSecurity_SecurityEnabled()
Returns the meta object for the attribute 'Security Enabled'.

Returns:
the meta object for the attribute 'Security Enabled'.
See Also:
RALSecurity.isSecurityEnabled(), getRALSecurity()

getRALPropertyType

org.eclipse.emf.ecore.EClass getRALPropertyType()
Returns the meta object for class 'RAL Property Type'.

Returns:
the meta object for class 'RAL Property Type'.
See Also:
RALPropertyType

getRALPropertyType_Name

org.eclipse.emf.ecore.EAttribute getRALPropertyType_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
RALPropertyType.getName(), getRALPropertyType()

getRALPropertyType_Value

org.eclipse.emf.ecore.EAttribute getRALPropertyType_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
RALPropertyType.getValue(), getRALPropertyType()

getRALConfiguration

org.eclipse.emf.ecore.EClass getRALConfiguration()
Returns the meta object for class 'RAL Configuration'.

Returns:
the meta object for class 'RAL Configuration'.
See Also:
RALConfiguration

getRALConfiguration_Name

org.eclipse.emf.ecore.EAttribute getRALConfiguration_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
RALConfiguration.getName(), getRALConfiguration()

getRALConfiguration_Properties

org.eclipse.emf.ecore.EReference getRALConfiguration_Properties()
Returns the meta object for the containment reference list 'Properties'.

Returns:
the meta object for the containment reference list 'Properties'.
See Also:
RALConfiguration.getProperties(), getRALConfiguration()

getArtifactloaderFactory

ArtifactloaderFactory getArtifactloaderFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.