TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.formatter
Interface FormatterType

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

public interface FormatterType
extends ProcessUnitType

A representation of the model object 'Type'. A formatter has the role of given the input array of (name or ID, value string) pairs creating an object that represents that data. Usually the data in the array represents a complete message or record of some sort. In each (name or ID, value string) pair, the name or ID maps to a member of the object and the value string represents the value of that member.

The following features are supported:

See Also:
FormatterPackage.getFormatterType()
Generated
[EMF] Model
extendedMetaData="name='FormatterType' kind='elementOnly'"

Method Summary
 boolean isDummyAttr1()
          Returns the value of the 'Dummy Attr1' attribute.
 boolean isDummyAttr2()
          Returns the value of the 'Dummy Attr2' attribute.
 boolean isSetDummyAttr1()
          Returns whether the value of the 'Dummy Attr1' attribute is set
 boolean isSetDummyAttr2()
          Returns whether the value of the 'Dummy Attr2' attribute is set
 void setDummyAttr1(boolean value)
          Sets the value of the 'Dummy Attr1' attribute
 void setDummyAttr2(boolean value)
          Sets the value of the 'Dummy Attr2' attribute
 void unsetDummyAttr1()
          Unsets the value of the 'Dummy Attr1' attribute
 void unsetDummyAttr2()
          Unsets the value of the 'Dummy Attr2' attribute
 
Methods inherited from interface org.eclipse.hyades.logging.adapter.model.internal.unit.ProcessUnitType
getDescription, getProperty, getUniqueID, isDisabled, isSetDisabled, setDescription, setDisabled, setUniqueID, unsetDisabled
 
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

isDummyAttr1

boolean isDummyAttr1()
Returns the value of the 'Dummy Attr1' attribute. The default value is "false". Reserved for future use.

Returns:
the value of the 'Dummy Attr1' attribute.
See Also:
isSetDummyAttr1(), unsetDummyAttr1(), setDummyAttr1(boolean), FormatterPackage.getFormatterType_DummyAttr1()
Generated
[EMF] Model
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='dummyAttr1'"

setDummyAttr1

void setDummyAttr1(boolean value)
Sets the value of the 'Dummy Attr1' attribute.

Parameters:
value - the new value of the 'Dummy Attr1' attribute.
See Also:
isSetDummyAttr1(), unsetDummyAttr1(), isDummyAttr1()
Generated

unsetDummyAttr1

void unsetDummyAttr1()
Unsets the value of the 'Dummy Attr1' attribute.

See Also:
isSetDummyAttr1(), isDummyAttr1(), setDummyAttr1(boolean)
Generated

isSetDummyAttr1

boolean isSetDummyAttr1()
Returns whether the value of the 'Dummy Attr1' attribute is set.

Returns:
whether the value of the 'Dummy Attr1' attribute is set.
See Also:
unsetDummyAttr1(), isDummyAttr1(), setDummyAttr1(boolean)
Generated

isDummyAttr2

boolean isDummyAttr2()
Returns the value of the 'Dummy Attr2' attribute. The default value is "false". Reserved for future use.

Returns:
the value of the 'Dummy Attr2' attribute.
See Also:
isSetDummyAttr2(), unsetDummyAttr2(), setDummyAttr2(boolean), FormatterPackage.getFormatterType_DummyAttr2()
Generated
[EMF] Model
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='dummyAttr2'"

setDummyAttr2

void setDummyAttr2(boolean value)
Sets the value of the 'Dummy Attr2' attribute.

Parameters:
value - the new value of the 'Dummy Attr2' attribute.
See Also:
isSetDummyAttr2(), unsetDummyAttr2(), isDummyAttr2()
Generated

unsetDummyAttr2

void unsetDummyAttr2()
Unsets the value of the 'Dummy Attr2' attribute.

See Also:
isSetDummyAttr2(), isDummyAttr2(), setDummyAttr2(boolean)
Generated

isSetDummyAttr2

boolean isSetDummyAttr2()
Returns whether the value of the 'Dummy Attr2' attribute is set.

Returns:
whether the value of the 'Dummy Attr2' attribute is set.
See Also:
unsetDummyAttr2(), isDummyAttr2(), setDummyAttr2(boolean)
Generated

TPTP 4.6.0 Platform Project
Internal API Specification