org.eclipse.jst.pagedesigner.dtmanager.dtinfo
Interface DTInfoPackage.Literals

Enclosing interface:
DTInfoPackage

public static interface DTInfoPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass DT_INFO
          The meta object literal for the 'DT Info' class
static org.eclipse.emf.ecore.EReference DT_INFO__TAG_CONVERT_INFO
          The meta object literal for the 'Tag Convert Info' containment reference feature
static org.eclipse.emf.ecore.EReference DT_INFO__TAG_DECORATE_INFOS
          The meta object literal for the 'Tag Decorate Infos' containment reference list feature
static org.eclipse.emf.ecore.EClass OPERATION
          The meta object literal for the 'Operation' class
static org.eclipse.emf.ecore.EAttribute OPERATION__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EReference OPERATION__OPERATIONS
          The meta object literal for the 'Operations' containment reference list feature
static org.eclipse.emf.ecore.EReference OPERATION__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature
static org.eclipse.emf.ecore.EClass PARAMETER
          The meta object literal for the 'Parameter' class
static org.eclipse.emf.ecore.EAttribute PARAMETER__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass RESOLVE_ATTRIBUTE_VALUE
          The meta object literal for the 'Resolve Attribute Value' class
static org.eclipse.emf.ecore.EAttribute RESOLVE_ATTRIBUTE_VALUE__ATTRIBUTE_NAME
          The meta object literal for the 'Attribute Name' attribute feature
static org.eclipse.emf.ecore.EClass TAG_CONVERT_INFO
          The meta object literal for the 'Tag Convert Info' class
static org.eclipse.emf.ecore.EReference TAG_CONVERT_INFO__OPERATIONS
          The meta object literal for the 'Operations' containment reference list feature
static org.eclipse.emf.ecore.EClass TAG_DECORATE_INFO
          The meta object literal for the 'Tag Decorate Info' class
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__MIN_HEIGHT
          The meta object literal for the 'Min Height' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__MIN_WIDTH
          The meta object literal for the 'Min Width' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__MULTI_LEVEL
          The meta object literal for the 'Multi Level' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NEED_BORDER_DECORATOR
          The meta object literal for the 'Need Border Decorator' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NEED_TABLE_DECORATOR
          The meta object literal for the 'Need Table Decorator' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NON_VISUAL
          The meta object literal for the 'Non Visual' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NON_VISUAL_IMAGE_PATH
          The meta object literal for the 'Non Visual Image Path' attribute feature
static org.eclipse.emf.ecore.EReference TAG_DECORATE_INFO__RESOLVE_ATTRIBUTE_VALUE
          The meta object literal for the 'Resolve Attribute Value' containment reference feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__RESOLVE_CHILD_TEXT
          The meta object literal for the 'Resolve Child Text' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__SET_NON_VISUAL_CHILD_ELEMENTS
          The meta object literal for the 'Set Non Visual Child Elements' attribute feature
static org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__WIDGET
          The meta object literal for the 'Widget' attribute feature
 

Field Detail

DT_INFO

static final org.eclipse.emf.ecore.EClass DT_INFO
The meta object literal for the 'DT Info' class.

See Also:
DTInfoImpl, DTInfoPackageImpl.getDTInfo()

DT_INFO__TAG_CONVERT_INFO

static final org.eclipse.emf.ecore.EReference DT_INFO__TAG_CONVERT_INFO
The meta object literal for the 'Tag Convert Info' containment reference feature.


DT_INFO__TAG_DECORATE_INFOS

static final org.eclipse.emf.ecore.EReference DT_INFO__TAG_DECORATE_INFOS
The meta object literal for the 'Tag Decorate Infos' containment reference list feature.


TAG_CONVERT_INFO

static final org.eclipse.emf.ecore.EClass TAG_CONVERT_INFO
The meta object literal for the 'Tag Convert Info' class.

See Also:
TagConvertInfoImpl, DTInfoPackageImpl.getTagConvertInfo()

TAG_CONVERT_INFO__OPERATIONS

static final org.eclipse.emf.ecore.EReference TAG_CONVERT_INFO__OPERATIONS
The meta object literal for the 'Operations' containment reference list feature.


OPERATION

static final org.eclipse.emf.ecore.EClass OPERATION
The meta object literal for the 'Operation' class.

See Also:
OperationImpl, DTInfoPackageImpl.getOperation()

OPERATION__ID

static final org.eclipse.emf.ecore.EAttribute OPERATION__ID
The meta object literal for the 'Id' attribute feature.


OPERATION__PARAMETERS

static final org.eclipse.emf.ecore.EReference OPERATION__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


OPERATION__OPERATIONS

static final org.eclipse.emf.ecore.EReference OPERATION__OPERATIONS
The meta object literal for the 'Operations' containment reference list feature.


PARAMETER

static final org.eclipse.emf.ecore.EClass PARAMETER
The meta object literal for the 'Parameter' class.

See Also:
ParameterImpl, DTInfoPackageImpl.getParameter()

PARAMETER__VALUE

static final org.eclipse.emf.ecore.EAttribute PARAMETER__VALUE
The meta object literal for the 'Value' attribute feature.


TAG_DECORATE_INFO

static final org.eclipse.emf.ecore.EClass TAG_DECORATE_INFO
The meta object literal for the 'Tag Decorate Info' class.

See Also:
TagDecorateInfoImpl, DTInfoPackageImpl.getTagDecorateInfo()

TAG_DECORATE_INFO__ID

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__ID
The meta object literal for the 'Id' attribute feature.


TAG_DECORATE_INFO__MIN_HEIGHT

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__MIN_HEIGHT
The meta object literal for the 'Min Height' attribute feature.


TAG_DECORATE_INFO__MIN_WIDTH

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__MIN_WIDTH
The meta object literal for the 'Min Width' attribute feature.


TAG_DECORATE_INFO__MULTI_LEVEL

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__MULTI_LEVEL
The meta object literal for the 'Multi Level' attribute feature.


TAG_DECORATE_INFO__NEED_BORDER_DECORATOR

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NEED_BORDER_DECORATOR
The meta object literal for the 'Need Border Decorator' attribute feature.


TAG_DECORATE_INFO__NEED_TABLE_DECORATOR

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NEED_TABLE_DECORATOR
The meta object literal for the 'Need Table Decorator' attribute feature.


TAG_DECORATE_INFO__NON_VISUAL

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NON_VISUAL
The meta object literal for the 'Non Visual' attribute feature.


TAG_DECORATE_INFO__NON_VISUAL_IMAGE_PATH

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__NON_VISUAL_IMAGE_PATH
The meta object literal for the 'Non Visual Image Path' attribute feature.


TAG_DECORATE_INFO__RESOLVE_CHILD_TEXT

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__RESOLVE_CHILD_TEXT
The meta object literal for the 'Resolve Child Text' attribute feature.


TAG_DECORATE_INFO__RESOLVE_ATTRIBUTE_VALUE

static final org.eclipse.emf.ecore.EReference TAG_DECORATE_INFO__RESOLVE_ATTRIBUTE_VALUE
The meta object literal for the 'Resolve Attribute Value' containment reference feature.


TAG_DECORATE_INFO__SET_NON_VISUAL_CHILD_ELEMENTS

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__SET_NON_VISUAL_CHILD_ELEMENTS
The meta object literal for the 'Set Non Visual Child Elements' attribute feature.


TAG_DECORATE_INFO__WIDGET

static final org.eclipse.emf.ecore.EAttribute TAG_DECORATE_INFO__WIDGET
The meta object literal for the 'Widget' attribute feature.


RESOLVE_ATTRIBUTE_VALUE

static final org.eclipse.emf.ecore.EClass RESOLVE_ATTRIBUTE_VALUE
The meta object literal for the 'Resolve Attribute Value' class.

See Also:
ResolveAttributeValueImpl, DTInfoPackageImpl.getResolveAttributeValue()

RESOLVE_ATTRIBUTE_VALUE__ATTRIBUTE_NAME

static final org.eclipse.emf.ecore.EAttribute RESOLVE_ATTRIBUTE_VALUE__ATTRIBUTE_NAME
The meta object literal for the 'Attribute Name' attribute feature.