TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ParserConfigTypeImpl

public interface ParserConfigType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Config Type'. This is the root element description. All the parser rules are hierarchically arranged under this element.

The following features are supported:

See Also:
ParserPackage.getParserConfigType()
Generated
[EMF] Model
extendedMetaData="name='ParserConfigType' kind='elementOnly'"

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getDesignationToken()
          Returns the value of the 'Designation Token' attribute
 org.eclipse.emf.common.util.EList getRuleElement()
          Returns the value of the 'Rule Element' containment reference list.
 java.lang.String getSeparatorToken()
          Returns the value of the 'Separator Token' attribute
 java.lang.String getUniqueID()
          Returns the value of the 'Unique ID' attribute
 boolean isDisabled()
          Returns the value of the 'Disabled' attribute
 boolean isSetDisabled()
          Returns whether the value of the 'Disabled' attribute is set
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setDesignationToken(java.lang.String value)
          Sets the value of the 'Designation Token' attribute
 void setDisabled(boolean value)
          Sets the value of the 'Disabled' attribute
 void setSeparatorToken(java.lang.String value)
          Sets the value of the 'Separator Token' attribute
 void setUniqueID(java.lang.String value)
          Sets the value of the 'Unique ID' attribute
 void unsetDisabled()
          Unsets the value of the 'Disabled' attribute
 
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
 

Method Detail

getRuleElement

org.eclipse.emf.common.util.EList getRuleElement()
Returns the value of the 'Rule Element' containment reference list. The list contents are of type RuleElementType.

If the meaning of the 'Rule Element' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rule Element' containment reference list.
See Also:
ParserPackage.getParserConfigType_RuleElement()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.parser.RuleElementType" containment="true" extendedMetaData="kind='element' name='RuleElement' namespace='##targetNamespace'"

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ParserPackage.getParserConfigType_Description()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='description'"

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated

getDesignationToken

java.lang.String getDesignationToken()
Returns the value of the 'Designation Token' attribute.

If the meaning of the 'Designation Token' attribute isn't clear, there really should be more of a description here...

This attribute is used during global processing of the log record to split the properties parsed with the separatorToken into names and values if the designation token specified here is included in the property.

Returns:
the value of the 'Designation Token' attribute.
See Also:
setDesignationToken(String), ParserPackage.getParserConfigType_DesignationToken()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='designationToken'"

setDesignationToken

void setDesignationToken(java.lang.String value)
Sets the value of the 'Designation Token' attribute.

Parameters:
value - the new value of the 'Designation Token' attribute.
See Also:
getDesignationToken()
Generated

isDisabled

boolean isDisabled()
Returns the value of the 'Disabled' attribute.

If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Disabled' attribute.
See Also:
isSetDisabled(), unsetDisabled(), setDisabled(boolean), ParserPackage.getParserConfigType_Disabled()
Generated
[EMF] Model
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='disabled'"

setDisabled

void setDisabled(boolean value)
Sets the value of the 'Disabled' attribute.

Parameters:
value - the new value of the 'Disabled' attribute.
See Also:
isSetDisabled(), unsetDisabled(), isDisabled()
Generated

unsetDisabled

void unsetDisabled()
Unsets the value of the 'Disabled' attribute.

See Also:
isSetDisabled(), isDisabled(), setDisabled(boolean)
Generated

isSetDisabled

boolean isSetDisabled()
Returns whether the value of the 'Disabled' attribute is set.

Returns:
whether the value of the 'Disabled' attribute is set.
See Also:
unsetDisabled(), isDisabled(), setDisabled(boolean)
Generated

getSeparatorToken

java.lang.String getSeparatorToken()
Returns the value of the 'Separator Token' attribute.

If the meaning of the 'Separator Token' attribute isn't clear, there really should be more of a description here...

This attribute is used during global processing of the log record to parse the record into a series of properties that are separated by the separator token specified here.

Returns:
the value of the 'Separator Token' attribute.
See Also:
setSeparatorToken(String), ParserPackage.getParserConfigType_SeparatorToken()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='separatorToken'"

setSeparatorToken

void setSeparatorToken(java.lang.String value)
Sets the value of the 'Separator Token' attribute.

Parameters:
value - the new value of the 'Separator Token' attribute.
See Also:
getSeparatorToken()
Generated

getUniqueID

java.lang.String getUniqueID()
Returns the value of the 'Unique ID' attribute.

If the meaning of the 'Unique ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unique ID' attribute.
See Also:
setUniqueID(String), ParserPackage.getParserConfigType_UniqueID()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='uniqueID'"

setUniqueID

void setUniqueID(java.lang.String value)
Sets the value of the 'Unique ID' attribute.

Parameters:
value - the new value of the 'Unique ID' attribute.
See Also:
getUniqueID()
Generated

TPTP 4.5.0 Platform Project
Internal API Specification