|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParserConfigType
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:
ParserPackage.getParserConfigType()| 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 |
|---|
org.eclipse.emf.common.util.EList getRuleElement()
RuleElementType.
If the meaning of the 'Rule Element' containment reference list isn't clear, there really should be more of a description here...
ParserPackage.getParserConfigType_RuleElement()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
ParserPackage.getParserConfigType_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()java.lang.String getDesignationToken()
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.
setDesignationToken(String),
ParserPackage.getParserConfigType_DesignationToken()void setDesignationToken(java.lang.String value)
Designation Token' attribute.
value - the new value of the 'Designation Token' attribute.getDesignationToken()boolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
isSetDisabled(),
unsetDisabled(),
setDisabled(boolean),
ParserPackage.getParserConfigType_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isSetDisabled(),
unsetDisabled(),
isDisabled()void unsetDisabled()
Disabled' attribute.
isSetDisabled(),
isDisabled(),
setDisabled(boolean)boolean isSetDisabled()
Disabled' attribute is set.
unsetDisabled(),
isDisabled(),
setDisabled(boolean)java.lang.String getSeparatorToken()
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.
setSeparatorToken(String),
ParserPackage.getParserConfigType_SeparatorToken()void setSeparatorToken(java.lang.String value)
Separator Token' attribute.
value - the new value of the 'Separator Token' attribute.getSeparatorToken()java.lang.String getUniqueID()
If the meaning of the 'Unique ID' attribute isn't clear, there really should be more of a description here...
setUniqueID(String),
ParserPackage.getParserConfigType_UniqueID()void setUniqueID(java.lang.String value)
Unique ID' attribute.
value - the new value of the 'Unique ID' attribute.getUniqueID()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||