org.eclipse.mtj.api.signings
Interface SigningsPackage

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:
SigningsPackageImpl

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

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

See Also:
SigningsFactory

Nested Class Summary
 
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 SigningsPackage 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 SIGNING_CERTIFICATE
          The meta object id for the 'Signing Certificate' class.
static int SIGNING_CERTIFICATE__ALIAS_NAME
          The feature id for the 'Alias Name' attribute.
static int SIGNING_CERTIFICATE__CERTIFICATE_PASSWORD
          The feature id for the 'Certificate Password' attribute.
static int SIGNING_CERTIFICATE__KEYSTORE
          The feature id for the 'Keystore' attribute.
static int SIGNING_CERTIFICATE__KEYSTORE_PASSWORD
          The feature id for the 'Keystore Password' attribute.
static int SIGNING_CERTIFICATE_FEATURE_COUNT
          The number of structural features of the the 'Signing Certificate' class.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getSigningCertificate_AliasName()
          Returns the meta object for the attribute 'Alias Name'.
 org.eclipse.emf.ecore.EAttribute getSigningCertificate_CertificatePassword()
          Returns the meta object for the attribute 'Certificate Password'.
 org.eclipse.emf.ecore.EAttribute getSigningCertificate_Keystore()
          Returns the meta object for the attribute 'Keystore'.
 org.eclipse.emf.ecore.EAttribute getSigningCertificate_KeystorePassword()
          Returns the meta object for the attribute 'Keystore Password'.
 org.eclipse.emf.ecore.EClass getSigningCertificate()
          Returns the meta object for class 'Signing Certificate'.
 SigningsFactory getSigningsFactory()
          Returns the factory that creates the instances of the model.
 
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 SigningsPackage eINSTANCE
The singleton instance of the package.


SIGNING_CERTIFICATE

static final int SIGNING_CERTIFICATE
The meta object id for the 'Signing Certificate' class.

See Also:
SigningCertificateImpl, SigningsPackageImpl.getSigningCertificate(), Constant Field Values

SIGNING_CERTIFICATE__KEYSTORE

static final int SIGNING_CERTIFICATE__KEYSTORE
The feature id for the 'Keystore' attribute.

See Also:
Constant Field Values

SIGNING_CERTIFICATE__ALIAS_NAME

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

See Also:
Constant Field Values

SIGNING_CERTIFICATE__KEYSTORE_PASSWORD

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

See Also:
Constant Field Values

SIGNING_CERTIFICATE__CERTIFICATE_PASSWORD

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

See Also:
Constant Field Values

SIGNING_CERTIFICATE_FEATURE_COUNT

static final int SIGNING_CERTIFICATE_FEATURE_COUNT
The number of structural features of the the 'Signing Certificate' class.

See Also:
Constant Field Values
Method Detail

getSigningCertificate

org.eclipse.emf.ecore.EClass getSigningCertificate()
Returns the meta object for class 'Signing Certificate'.

Returns:
the meta object for class 'Signing Certificate'.
See Also:
SigningCertificate

getSigningCertificate_Keystore

org.eclipse.emf.ecore.EAttribute getSigningCertificate_Keystore()
Returns the meta object for the attribute 'Keystore'.

Returns:
the meta object for the attribute 'Keystore'.
See Also:
SigningCertificate.getKeystore(), getSigningCertificate()

getSigningCertificate_AliasName

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

Returns:
the meta object for the attribute 'Alias Name'.
See Also:
SigningCertificate.getAliasName(), getSigningCertificate()

getSigningCertificate_KeystorePassword

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

Returns:
the meta object for the attribute 'Keystore Password'.
See Also:
SigningCertificate.getKeystorePassword(), getSigningCertificate()

getSigningCertificate_CertificatePassword

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

Returns:
the meta object for the attribute 'Certificate Password'.
See Also:
SigningCertificate.getCertificatePassword(), getSigningCertificate()

getSigningsFactory

SigningsFactory getSigningsFactory()
Returns the factory that creates the instances of the model.

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