TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.parser
Interface ParserPackage

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

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

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

Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html This document describes the format for representation of parser rules which can be consumed by the generic parser component. ********************************************************************* Change History: 31 Oct 2003 - Richard K Duggan initial implementation 10 Nov 2003 - Richard K Duggan general fixes for id's ********************************************************************* Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

See Also:
ParserFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ParserPackage.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 DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__RULE_ATTRIBUTE
          The feature id for the 'Rule Attribute' containment reference
static int DOCUMENT_ROOT__RULE_ELEMENT
          The feature id for the 'Rule Element' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static ParserPackage 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 PARSER_CONFIG_TYPE
          The meta object id for the 'Config Type' class
static int PARSER_CONFIG_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int PARSER_CONFIG_TYPE__DESIGNATION_TOKEN
          The feature id for the 'Designation Token' attribute
static int PARSER_CONFIG_TYPE__DISABLED
          The feature id for the 'Disabled' attribute
static int PARSER_CONFIG_TYPE__RULE_ELEMENT
          The feature id for the 'Rule Element' containment reference list
static int PARSER_CONFIG_TYPE__SEPARATOR_TOKEN
          The feature id for the 'Separator Token' attribute
static int PARSER_CONFIG_TYPE__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int PARSER_CONFIG_TYPE_FEATURE_COUNT
          The number of structural features of the 'Config Type' class
static int RULE_ATTRIBUTE_TYPE
          The meta object id for the 'Rule Attribute Type' class
static int RULE_ATTRIBUTE_TYPE__DEFAULT_VALUE
          The feature id for the 'Default Value' attribute
static int RULE_ATTRIBUTE_TYPE__ID
          The feature id for the 'Id' attribute
static int RULE_ATTRIBUTE_TYPE__INDEX
          The feature id for the 'Index' attribute
static int RULE_ATTRIBUTE_TYPE__IS_REQUIRED_BY_PARENT
          The feature id for the 'Is Required By Parent' attribute
static int RULE_ATTRIBUTE_TYPE__NAME
          The feature id for the 'Name' attribute
static int RULE_ATTRIBUTE_TYPE__SUBSTITUTION_RULE
          The feature id for the 'Substitution Rule' containment reference list
static int RULE_ATTRIBUTE_TYPE__USE_PREVIOUS_MATCH_SUBSTITUTION_AS_DEFAULT
          The feature id for the 'Use Previous Match Substitution As Default' attribute
static int RULE_ATTRIBUTE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Rule Attribute Type' class
static int RULE_ELEMENT_TYPE
          The meta object id for the 'Rule Element Type' class
static int RULE_ELEMENT_TYPE__ID
          The feature id for the 'Id' attribute
static int RULE_ELEMENT_TYPE__INDEX
          The feature id for the 'Index' attribute
static int RULE_ELEMENT_TYPE__IS_CHILD_CHOICE
          The feature id for the 'Is Child Choice' attribute
static int RULE_ELEMENT_TYPE__IS_REQUIRED_BY_PARENT
          The feature id for the 'Is Required By Parent' attribute
static int RULE_ELEMENT_TYPE__NAME
          The feature id for the 'Name' attribute
static int RULE_ELEMENT_TYPE__RULE_ATTRIBUTE
          The feature id for the 'Rule Attribute' containment reference list
static int RULE_ELEMENT_TYPE__RULE_ELEMENT
          The feature id for the 'Rule Element' containment reference list
static int RULE_ELEMENT_TYPE_FEATURE_COUNT
          The number of structural features of the 'Rule Element Type' class
static int SUBSTITUTION_RULE_TYPE
          The meta object id for the 'Substitution Rule Type' class
static int SUBSTITUTION_RULE_TYPE__MATCH
          The feature id for the 'Match' attribute
static int SUBSTITUTION_RULE_TYPE__POSITIONS
          The feature id for the 'Positions' attribute
static int SUBSTITUTION_RULE_TYPE__SUBSTITUTE
          The feature id for the 'Substitute' attribute
static int SUBSTITUTION_RULE_TYPE__SUBSTITUTION_EXTENSION_CLASS
          The feature id for the 'Substitution Extension Class' attribute
static int SUBSTITUTION_RULE_TYPE__TIME_FORMAT
          The feature id for the 'Time Format' attribute
static int SUBSTITUTION_RULE_TYPE__USE_BUILT_IN_FUNCTION
          The feature id for the 'Use Built In Function' attribute
static int SUBSTITUTION_RULE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Substitution Rule Type' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 org.eclipse.emf.ecore.EReference getDocumentRoot_RuleAttribute()
          Returns the meta object for the containment reference 'Rule Attribute'
 org.eclipse.emf.ecore.EReference getDocumentRoot_RuleElement()
          Returns the meta object for the containment reference 'Rule Element'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 org.eclipse.emf.ecore.EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 org.eclipse.emf.ecore.EAttribute getParserConfigType_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getParserConfigType_DesignationToken()
          Returns the meta object for the attribute 'Designation Token'
 org.eclipse.emf.ecore.EAttribute getParserConfigType_Disabled()
          Returns the meta object for the attribute 'Disabled'
 org.eclipse.emf.ecore.EReference getParserConfigType_RuleElement()
          Returns the meta object for the containment reference list 'Rule Element'
 org.eclipse.emf.ecore.EAttribute getParserConfigType_SeparatorToken()
          Returns the meta object for the attribute 'Separator Token'
 org.eclipse.emf.ecore.EAttribute getParserConfigType_UniqueID()
          Returns the meta object for the attribute 'Unique ID'
 org.eclipse.emf.ecore.EClass getParserConfigType()
          Returns the meta object for class 'Config Type'
 ParserFactory getParserFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getRuleAttributeType_DefaultValue()
          Returns the meta object for the attribute 'Default Value'
 org.eclipse.emf.ecore.EAttribute getRuleAttributeType_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getRuleAttributeType_Index()
          Returns the meta object for the attribute 'Index'
 org.eclipse.emf.ecore.EAttribute getRuleAttributeType_IsRequiredByParent()
          Returns the meta object for the attribute 'Is Required By Parent'
 org.eclipse.emf.ecore.EAttribute getRuleAttributeType_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getRuleAttributeType_SubstitutionRule()
          Returns the meta object for the containment reference list 'Substitution Rule'
 org.eclipse.emf.ecore.EAttribute getRuleAttributeType_UsePreviousMatchSubstitutionAsDefault()
          Returns the meta object for the attribute 'Use Previous Match Substitution As Default'
 org.eclipse.emf.ecore.EClass getRuleAttributeType()
          Returns the meta object for class 'Rule Attribute Type'
 org.eclipse.emf.ecore.EAttribute getRuleElementType_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getRuleElementType_Index()
          Returns the meta object for the attribute 'Index'
 org.eclipse.emf.ecore.EAttribute getRuleElementType_IsChildChoice()
          Returns the meta object for the attribute 'Is Child Choice'
 org.eclipse.emf.ecore.EAttribute getRuleElementType_IsRequiredByParent()
          Returns the meta object for the attribute 'Is Required By Parent'
 org.eclipse.emf.ecore.EAttribute getRuleElementType_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getRuleElementType_RuleAttribute()
          Returns the meta object for the containment reference list 'Rule Attribute'
 org.eclipse.emf.ecore.EReference getRuleElementType_RuleElement()
          Returns the meta object for the containment reference list 'Rule Element'
 org.eclipse.emf.ecore.EClass getRuleElementType()
          Returns the meta object for class 'Rule Element Type'
 org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_Match()
          Returns the meta object for the attribute 'Match'
 org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_Positions()
          Returns the meta object for the attribute 'Positions'
 org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_Substitute()
          Returns the meta object for the attribute 'Substitute'
 org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_SubstitutionExtensionClass()
          Returns the meta object for the attribute 'Substitution Extension Class'
 org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_TimeFormat()
          Returns the meta object for the attribute 'Time Format'
 org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_UseBuiltInFunction()
          Returns the meta object for the attribute 'Use Built In Function'
 org.eclipse.emf.ecore.EClass getSubstitutionRuleType()
          Returns the meta object for class 'Substitution Rule Type'
 
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
Generated

eNS_URI

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

See Also:
Constant Field Values
Generated

eNS_PREFIX

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

See Also:
Constant Field Values
Generated

eINSTANCE

static final ParserPackage eINSTANCE
The singleton instance of the package.

Generated

PARSER_CONFIG_TYPE

static final int PARSER_CONFIG_TYPE
The meta object id for the 'Config Type' class.

See Also:
ParserConfigTypeImpl, ParserPackageImpl.getParserConfigType(), Constant Field Values
Generated

PARSER_CONFIG_TYPE__RULE_ELEMENT

static final int PARSER_CONFIG_TYPE__RULE_ELEMENT
The feature id for the 'Rule Element' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PARSER_CONFIG_TYPE__DESCRIPTION

static final int PARSER_CONFIG_TYPE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PARSER_CONFIG_TYPE__DESIGNATION_TOKEN

static final int PARSER_CONFIG_TYPE__DESIGNATION_TOKEN
The feature id for the 'Designation Token' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PARSER_CONFIG_TYPE__DISABLED

static final int PARSER_CONFIG_TYPE__DISABLED
The feature id for the 'Disabled' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PARSER_CONFIG_TYPE__SEPARATOR_TOKEN

static final int PARSER_CONFIG_TYPE__SEPARATOR_TOKEN
The feature id for the 'Separator Token' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PARSER_CONFIG_TYPE__UNIQUE_ID

static final int PARSER_CONFIG_TYPE__UNIQUE_ID
The feature id for the 'Unique ID' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PARSER_CONFIG_TYPE_FEATURE_COUNT

static final int PARSER_CONFIG_TYPE_FEATURE_COUNT
The number of structural features of the 'Config Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE

static final int RULE_ATTRIBUTE_TYPE
The meta object id for the 'Rule Attribute Type' class.

See Also:
RuleAttributeTypeImpl, ParserPackageImpl.getRuleAttributeType(), Constant Field Values
Generated

RULE_ATTRIBUTE_TYPE__SUBSTITUTION_RULE

static final int RULE_ATTRIBUTE_TYPE__SUBSTITUTION_RULE
The feature id for the 'Substitution Rule' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE__DEFAULT_VALUE

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE__ID

static final int RULE_ATTRIBUTE_TYPE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE__INDEX

static final int RULE_ATTRIBUTE_TYPE__INDEX
The feature id for the 'Index' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE__IS_REQUIRED_BY_PARENT

static final int RULE_ATTRIBUTE_TYPE__IS_REQUIRED_BY_PARENT
The feature id for the 'Is Required By Parent' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE__USE_PREVIOUS_MATCH_SUBSTITUTION_AS_DEFAULT

static final int RULE_ATTRIBUTE_TYPE__USE_PREVIOUS_MATCH_SUBSTITUTION_AS_DEFAULT
The feature id for the 'Use Previous Match Substitution As Default' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ATTRIBUTE_TYPE_FEATURE_COUNT

static final int RULE_ATTRIBUTE_TYPE_FEATURE_COUNT
The number of structural features of the 'Rule Attribute Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE

static final int RULE_ELEMENT_TYPE
The meta object id for the 'Rule Element Type' class.

See Also:
RuleElementTypeImpl, ParserPackageImpl.getRuleElementType(), Constant Field Values
Generated

RULE_ELEMENT_TYPE__RULE_ELEMENT

static final int RULE_ELEMENT_TYPE__RULE_ELEMENT
The feature id for the 'Rule Element' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE__RULE_ATTRIBUTE

static final int RULE_ELEMENT_TYPE__RULE_ATTRIBUTE
The feature id for the 'Rule Attribute' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE__ID

static final int RULE_ELEMENT_TYPE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE__INDEX

static final int RULE_ELEMENT_TYPE__INDEX
The feature id for the 'Index' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE__IS_CHILD_CHOICE

static final int RULE_ELEMENT_TYPE__IS_CHILD_CHOICE
The feature id for the 'Is Child Choice' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE__IS_REQUIRED_BY_PARENT

static final int RULE_ELEMENT_TYPE__IS_REQUIRED_BY_PARENT
The feature id for the 'Is Required By Parent' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

RULE_ELEMENT_TYPE_FEATURE_COUNT

static final int RULE_ELEMENT_TYPE_FEATURE_COUNT
The number of structural features of the 'Rule Element Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE

static final int SUBSTITUTION_RULE_TYPE
The meta object id for the 'Substitution Rule Type' class.

See Also:
SubstitutionRuleTypeImpl, ParserPackageImpl.getSubstitutionRuleType(), Constant Field Values
Generated

SUBSTITUTION_RULE_TYPE__MATCH

static final int SUBSTITUTION_RULE_TYPE__MATCH
The feature id for the 'Match' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE__POSITIONS

static final int SUBSTITUTION_RULE_TYPE__POSITIONS
The feature id for the 'Positions' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE__SUBSTITUTE

static final int SUBSTITUTION_RULE_TYPE__SUBSTITUTE
The feature id for the 'Substitute' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE__SUBSTITUTION_EXTENSION_CLASS

static final int SUBSTITUTION_RULE_TYPE__SUBSTITUTION_EXTENSION_CLASS
The feature id for the 'Substitution Extension Class' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE__TIME_FORMAT

static final int SUBSTITUTION_RULE_TYPE__TIME_FORMAT
The feature id for the 'Time Format' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE__USE_BUILT_IN_FUNCTION

static final int SUBSTITUTION_RULE_TYPE__USE_BUILT_IN_FUNCTION
The feature id for the 'Use Built In Function' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SUBSTITUTION_RULE_TYPE_FEATURE_COUNT

static final int SUBSTITUTION_RULE_TYPE_FEATURE_COUNT
The number of structural features of the 'Substitution Rule Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, ParserPackageImpl.getDocumentRoot(), Constant Field Values
Generated

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__RULE_ATTRIBUTE

static final int DOCUMENT_ROOT__RULE_ATTRIBUTE
The feature id for the 'Rule Attribute' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__RULE_ELEMENT

static final int DOCUMENT_ROOT__RULE_ELEMENT
The feature id for the 'Rule Element' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered
Method Detail

getParserConfigType

org.eclipse.emf.ecore.EClass getParserConfigType()
Returns the meta object for class 'Config Type'.

Returns:
the meta object for class 'Config Type'.
See Also:
ParserConfigType
Generated

getParserConfigType_RuleElement

org.eclipse.emf.ecore.EReference getParserConfigType_RuleElement()
Returns the meta object for the containment reference list 'Rule Element'.

Returns:
the meta object for the containment reference list 'Rule Element'.
See Also:
ParserConfigType.getRuleElement(), getParserConfigType()
Generated

getParserConfigType_Description

org.eclipse.emf.ecore.EAttribute getParserConfigType_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
ParserConfigType.getDescription(), getParserConfigType()
Generated

getParserConfigType_DesignationToken

org.eclipse.emf.ecore.EAttribute getParserConfigType_DesignationToken()
Returns the meta object for the attribute 'Designation Token'.

Returns:
the meta object for the attribute 'Designation Token'.
See Also:
ParserConfigType.getDesignationToken(), getParserConfigType()
Generated

getParserConfigType_Disabled

org.eclipse.emf.ecore.EAttribute getParserConfigType_Disabled()
Returns the meta object for the attribute 'Disabled'.

Returns:
the meta object for the attribute 'Disabled'.
See Also:
ParserConfigType.isDisabled(), getParserConfigType()
Generated

getParserConfigType_SeparatorToken

org.eclipse.emf.ecore.EAttribute getParserConfigType_SeparatorToken()
Returns the meta object for the attribute 'Separator Token'.

Returns:
the meta object for the attribute 'Separator Token'.
See Also:
ParserConfigType.getSeparatorToken(), getParserConfigType()
Generated

getParserConfigType_UniqueID

org.eclipse.emf.ecore.EAttribute getParserConfigType_UniqueID()
Returns the meta object for the attribute 'Unique ID'.

Returns:
the meta object for the attribute 'Unique ID'.
See Also:
ParserConfigType.getUniqueID(), getParserConfigType()
Generated

getRuleAttributeType

org.eclipse.emf.ecore.EClass getRuleAttributeType()
Returns the meta object for class 'Rule Attribute Type'.

Returns:
the meta object for class 'Rule Attribute Type'.
See Also:
RuleAttributeType
Generated

getRuleAttributeType_SubstitutionRule

org.eclipse.emf.ecore.EReference getRuleAttributeType_SubstitutionRule()
Returns the meta object for the containment reference list 'Substitution Rule'.

Returns:
the meta object for the containment reference list 'Substitution Rule'.
See Also:
RuleAttributeType.getSubstitutionRule(), getRuleAttributeType()
Generated

getRuleAttributeType_DefaultValue

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

Returns:
the meta object for the attribute 'Default Value'.
See Also:
RuleAttributeType.getDefaultValue(), getRuleAttributeType()
Generated

getRuleAttributeType_Id

org.eclipse.emf.ecore.EAttribute getRuleAttributeType_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
RuleAttributeType.getId(), getRuleAttributeType()
Generated

getRuleAttributeType_Index

org.eclipse.emf.ecore.EAttribute getRuleAttributeType_Index()
Returns the meta object for the attribute 'Index'.

Returns:
the meta object for the attribute 'Index'.
See Also:
RuleAttributeType.getIndex(), getRuleAttributeType()
Generated

getRuleAttributeType_IsRequiredByParent

org.eclipse.emf.ecore.EAttribute getRuleAttributeType_IsRequiredByParent()
Returns the meta object for the attribute 'Is Required By Parent'.

Returns:
the meta object for the attribute 'Is Required By Parent'.
See Also:
RuleAttributeType.isIsRequiredByParent(), getRuleAttributeType()
Generated

getRuleAttributeType_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
RuleAttributeType.getName(), getRuleAttributeType()
Generated

getRuleAttributeType_UsePreviousMatchSubstitutionAsDefault

org.eclipse.emf.ecore.EAttribute getRuleAttributeType_UsePreviousMatchSubstitutionAsDefault()
Returns the meta object for the attribute 'Use Previous Match Substitution As Default'.

Returns:
the meta object for the attribute 'Use Previous Match Substitution As Default'.
See Also:
RuleAttributeType.isUsePreviousMatchSubstitutionAsDefault(), getRuleAttributeType()
Generated

getRuleElementType

org.eclipse.emf.ecore.EClass getRuleElementType()
Returns the meta object for class 'Rule Element Type'.

Returns:
the meta object for class 'Rule Element Type'.
See Also:
RuleElementType
Generated

getRuleElementType_RuleElement

org.eclipse.emf.ecore.EReference getRuleElementType_RuleElement()
Returns the meta object for the containment reference list 'Rule Element'.

Returns:
the meta object for the containment reference list 'Rule Element'.
See Also:
RuleElementType.getRuleElement(), getRuleElementType()
Generated

getRuleElementType_RuleAttribute

org.eclipse.emf.ecore.EReference getRuleElementType_RuleAttribute()
Returns the meta object for the containment reference list 'Rule Attribute'.

Returns:
the meta object for the containment reference list 'Rule Attribute'.
See Also:
RuleElementType.getRuleAttribute(), getRuleElementType()
Generated

getRuleElementType_Id

org.eclipse.emf.ecore.EAttribute getRuleElementType_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
RuleElementType.getId(), getRuleElementType()
Generated

getRuleElementType_Index

org.eclipse.emf.ecore.EAttribute getRuleElementType_Index()
Returns the meta object for the attribute 'Index'.

Returns:
the meta object for the attribute 'Index'.
See Also:
RuleElementType.getIndex(), getRuleElementType()
Generated

getRuleElementType_IsChildChoice

org.eclipse.emf.ecore.EAttribute getRuleElementType_IsChildChoice()
Returns the meta object for the attribute 'Is Child Choice'.

Returns:
the meta object for the attribute 'Is Child Choice'.
See Also:
RuleElementType.isIsChildChoice(), getRuleElementType()
Generated

getRuleElementType_IsRequiredByParent

org.eclipse.emf.ecore.EAttribute getRuleElementType_IsRequiredByParent()
Returns the meta object for the attribute 'Is Required By Parent'.

Returns:
the meta object for the attribute 'Is Required By Parent'.
See Also:
RuleElementType.isIsRequiredByParent(), getRuleElementType()
Generated

getRuleElementType_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
RuleElementType.getName(), getRuleElementType()
Generated

getSubstitutionRuleType

org.eclipse.emf.ecore.EClass getSubstitutionRuleType()
Returns the meta object for class 'Substitution Rule Type'.

Returns:
the meta object for class 'Substitution Rule Type'.
See Also:
SubstitutionRuleType
Generated

getSubstitutionRuleType_Match

org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_Match()
Returns the meta object for the attribute 'Match'.

Returns:
the meta object for the attribute 'Match'.
See Also:
SubstitutionRuleType.getMatch(), getSubstitutionRuleType()
Generated

getSubstitutionRuleType_Positions

org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_Positions()
Returns the meta object for the attribute 'Positions'.

Returns:
the meta object for the attribute 'Positions'.
See Also:
SubstitutionRuleType.getPositions(), getSubstitutionRuleType()
Generated

getSubstitutionRuleType_Substitute

org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_Substitute()
Returns the meta object for the attribute 'Substitute'.

Returns:
the meta object for the attribute 'Substitute'.
See Also:
SubstitutionRuleType.getSubstitute(), getSubstitutionRuleType()
Generated

getSubstitutionRuleType_SubstitutionExtensionClass

org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_SubstitutionExtensionClass()
Returns the meta object for the attribute 'Substitution Extension Class'.

Returns:
the meta object for the attribute 'Substitution Extension Class'.
See Also:
SubstitutionRuleType.getSubstitutionExtensionClass(), getSubstitutionRuleType()
Generated

getSubstitutionRuleType_TimeFormat

org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_TimeFormat()
Returns the meta object for the attribute 'Time Format'.

Returns:
the meta object for the attribute 'Time Format'.
See Also:
SubstitutionRuleType.getTimeFormat(), getSubstitutionRuleType()
Generated

getSubstitutionRuleType_UseBuiltInFunction

org.eclipse.emf.ecore.EAttribute getSubstitutionRuleType_UseBuiltInFunction()
Returns the meta object for the attribute 'Use Built In Function'.

Returns:
the meta object for the attribute 'Use Built In Function'.
See Also:
SubstitutionRuleType.isUseBuiltInFunction(), getSubstitutionRuleType()
Generated

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
Generated

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()
Generated

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()
Generated

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()
Generated

getDocumentRoot_RuleAttribute

org.eclipse.emf.ecore.EReference getDocumentRoot_RuleAttribute()
Returns the meta object for the containment reference 'Rule Attribute'.

Returns:
the meta object for the containment reference 'Rule Attribute'.
See Also:
DocumentRoot.getRuleAttribute(), getDocumentRoot()
Generated

getDocumentRoot_RuleElement

org.eclipse.emf.ecore.EReference getDocumentRoot_RuleElement()
Returns the meta object for the containment reference 'Rule Element'.

Returns:
the meta object for the containment reference 'Rule Element'.
See Also:
DocumentRoot.getRuleElement(), getDocumentRoot()
Generated

getParserFactory

ParserFactory getParserFactory()
Returns the factory that creates the instances of the model.

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

TPTP 4.6.0 Platform Project
Internal API Specification