|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplatesPackage
The Package for the model. It contains accessors for the meta objects to represent
TemplatesFactory| Nested Class Summary | |
|---|---|
static interface |
TemplatesPackage.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 int |
CODETEMPLATE
The meta object id for the ' Codetemplate' class |
static int |
CODETEMPLATE__BODY
The feature id for the 'Body' containment reference |
static int |
CODETEMPLATE__CONTEXT
The feature id for the 'Context' reference |
static int |
CODETEMPLATE__DESCRIPTION
The feature id for the 'Description' attribute |
static int |
CODETEMPLATE__ID
The feature id for the 'Id' attribute |
static int |
CODETEMPLATE__KEYWORD_CONTEXT
The feature id for the 'Keyword Context' attribute |
static int |
CODETEMPLATE__NAME
The feature id for the 'Name' attribute |
static int |
CODETEMPLATE_FEATURE_COUNT
The number of structural features of the 'Codetemplate' class |
static int |
CODETEMPLATES
The meta object id for the ' Codetemplates' class |
static int |
CODETEMPLATES__LANGUAGE
The feature id for the 'Language' reference |
static int |
CODETEMPLATES__TEMPLATES
The feature id for the 'Templates' containment reference list |
static int |
CODETEMPLATES_FEATURE_COUNT
The number of structural features of the 'Codetemplates' class |
static int |
DOLLAR
The meta object id for the ' Dollar' class |
static int |
DOLLAR__ESCAPED
The feature id for the 'Escaped' attribute |
static int |
DOLLAR_FEATURE_COUNT
The number of structural features of the 'Dollar' class |
static TemplatesPackage |
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 |
LITERAL
The meta object id for the ' Literal' class |
static int |
LITERAL__VALUE
The feature id for the 'Value' attribute |
static int |
LITERAL_FEATURE_COUNT
The number of structural features of the 'Literal' class |
static int |
TEMPLATE_BODY
The meta object id for the ' Template Body' class |
static int |
TEMPLATE_BODY__PARTS
The feature id for the 'Parts' containment reference list |
static int |
TEMPLATE_BODY_FEATURE_COUNT
The number of structural features of the 'Template Body' class |
static int |
TEMPLATE_PART
The meta object id for the ' Template Part' class |
static int |
TEMPLATE_PART_FEATURE_COUNT
The number of structural features of the 'Template Part' class |
static int |
VARIABLE
The meta object id for the ' Variable' class |
static int |
VARIABLE__NAME
The feature id for the 'Name' attribute |
static int |
VARIABLE__PARAMETERS
The feature id for the 'Parameters' attribute list |
static int |
VARIABLE__TYPE
The feature id for the 'Type' attribute |
static int |
VARIABLE_FEATURE_COUNT
The number of structural features of the 'Variable' class |
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EReference |
getCodetemplate_Body()
Returns the meta object for the containment reference ' Body' |
org.eclipse.emf.ecore.EReference |
getCodetemplate_Context()
Returns the meta object for the reference ' Context' |
org.eclipse.emf.ecore.EAttribute |
getCodetemplate_Description()
Returns the meta object for the attribute ' Description' |
org.eclipse.emf.ecore.EAttribute |
getCodetemplate_Id()
Returns the meta object for the attribute ' Id' |
org.eclipse.emf.ecore.EAttribute |
getCodetemplate_KeywordContext()
Returns the meta object for the attribute ' Keyword Context' |
org.eclipse.emf.ecore.EAttribute |
getCodetemplate_Name()
Returns the meta object for the attribute ' Name' |
org.eclipse.emf.ecore.EClass |
getCodetemplate()
Returns the meta object for class ' Codetemplate' |
org.eclipse.emf.ecore.EReference |
getCodetemplates_Language()
Returns the meta object for the reference ' Language' |
org.eclipse.emf.ecore.EReference |
getCodetemplates_Templates()
Returns the meta object for the containment reference list ' Templates' |
org.eclipse.emf.ecore.EClass |
getCodetemplates()
Returns the meta object for class ' Codetemplates' |
org.eclipse.emf.ecore.EAttribute |
getDollar_Escaped()
Returns the meta object for the attribute ' Escaped' |
org.eclipse.emf.ecore.EClass |
getDollar()
Returns the meta object for class ' Dollar' |
org.eclipse.emf.ecore.EAttribute |
getLiteral_Value()
Returns the meta object for the attribute ' Value' |
org.eclipse.emf.ecore.EClass |
getLiteral()
Returns the meta object for class ' Literal' |
org.eclipse.emf.ecore.EReference |
getTemplateBody_Parts()
Returns the meta object for the containment reference list ' Parts' |
org.eclipse.emf.ecore.EClass |
getTemplateBody()
Returns the meta object for class ' Template Body' |
org.eclipse.emf.ecore.EClass |
getTemplatePart()
Returns the meta object for class ' Template Part' |
TemplatesFactory |
getTemplatesFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EAttribute |
getVariable_Name()
Returns the meta object for the attribute ' Name' |
org.eclipse.emf.ecore.EAttribute |
getVariable_Parameters()
Returns the meta object for the attribute list ' Parameters' |
org.eclipse.emf.ecore.EAttribute |
getVariable_Type()
Returns the meta object for the attribute ' Type' |
org.eclipse.emf.ecore.EClass |
getVariable()
Returns the meta object for class ' Variable' |
| 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, eInvoke, 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 TemplatesPackage eINSTANCE
static final int CODETEMPLATES
Codetemplates' class.
CodetemplatesImpl,
TemplatesPackageImpl.getCodetemplates(),
Constant Field Valuesstatic final int CODETEMPLATES__LANGUAGE
static final int CODETEMPLATES__TEMPLATES
static final int CODETEMPLATES_FEATURE_COUNT
static final int CODETEMPLATE
Codetemplate' class.
CodetemplateImpl,
TemplatesPackageImpl.getCodetemplate(),
Constant Field Valuesstatic final int CODETEMPLATE__NAME
static final int CODETEMPLATE__ID
static final int CODETEMPLATE__DESCRIPTION
static final int CODETEMPLATE__CONTEXT
static final int CODETEMPLATE__KEYWORD_CONTEXT
static final int CODETEMPLATE__BODY
static final int CODETEMPLATE_FEATURE_COUNT
static final int TEMPLATE_BODY
Template Body' class.
TemplateBodyImpl,
TemplatesPackageImpl.getTemplateBody(),
Constant Field Valuesstatic final int TEMPLATE_BODY__PARTS
static final int TEMPLATE_BODY_FEATURE_COUNT
static final int TEMPLATE_PART
Template Part' class.
TemplatePartImpl,
TemplatesPackageImpl.getTemplatePart(),
Constant Field Valuesstatic final int TEMPLATE_PART_FEATURE_COUNT
static final int VARIABLE
Variable' class.
VariableImpl,
TemplatesPackageImpl.getVariable(),
Constant Field Valuesstatic final int VARIABLE__NAME
static final int VARIABLE__TYPE
static final int VARIABLE__PARAMETERS
static final int VARIABLE_FEATURE_COUNT
static final int LITERAL
Literal' class.
LiteralImpl,
TemplatesPackageImpl.getLiteral(),
Constant Field Valuesstatic final int LITERAL__VALUE
static final int LITERAL_FEATURE_COUNT
static final int DOLLAR
Dollar' class.
DollarImpl,
TemplatesPackageImpl.getDollar(),
Constant Field Valuesstatic final int DOLLAR__ESCAPED
static final int DOLLAR_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getCodetemplates()
Codetemplates'.
Codetemplatesorg.eclipse.emf.ecore.EReference getCodetemplates_Language()
Language'.
Codetemplates.getLanguage(),
getCodetemplates()org.eclipse.emf.ecore.EReference getCodetemplates_Templates()
Templates'.
Codetemplates.getTemplates(),
getCodetemplates()org.eclipse.emf.ecore.EClass getCodetemplate()
Codetemplate'.
Codetemplateorg.eclipse.emf.ecore.EAttribute getCodetemplate_Name()
Name'.
Codetemplate.getName(),
getCodetemplate()org.eclipse.emf.ecore.EAttribute getCodetemplate_Id()
Id'.
Codetemplate.getId(),
getCodetemplate()org.eclipse.emf.ecore.EAttribute getCodetemplate_Description()
Description'.
Codetemplate.getDescription(),
getCodetemplate()org.eclipse.emf.ecore.EReference getCodetemplate_Context()
Context'.
Codetemplate.getContext(),
getCodetemplate()org.eclipse.emf.ecore.EAttribute getCodetemplate_KeywordContext()
Keyword Context'.
Codetemplate.getKeywordContext(),
getCodetemplate()org.eclipse.emf.ecore.EReference getCodetemplate_Body()
Body'.
Codetemplate.getBody(),
getCodetemplate()org.eclipse.emf.ecore.EClass getTemplateBody()
Template Body'.
TemplateBodyorg.eclipse.emf.ecore.EReference getTemplateBody_Parts()
Parts'.
TemplateBody.getParts(),
getTemplateBody()org.eclipse.emf.ecore.EClass getTemplatePart()
Template Part'.
TemplatePartorg.eclipse.emf.ecore.EClass getVariable()
Variable'.
Variableorg.eclipse.emf.ecore.EAttribute getVariable_Name()
Name'.
Variable.getName(),
getVariable()org.eclipse.emf.ecore.EAttribute getVariable_Type()
Type'.
Variable.getType(),
getVariable()org.eclipse.emf.ecore.EAttribute getVariable_Parameters()
Parameters'.
Variable.getParameters(),
getVariable()org.eclipse.emf.ecore.EClass getLiteral()
Literal'.
Literalorg.eclipse.emf.ecore.EAttribute getLiteral_Value()
Value'.
Literal.getValue(),
getLiteral()org.eclipse.emf.ecore.EClass getDollar()
Dollar'.
Dollarorg.eclipse.emf.ecore.EAttribute getDollar_Escaped()
Escaped'.
Dollar.isEscaped(),
getDollar()TemplatesFactory getTemplatesFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||