TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.configuration
Interface ContextInstanceType

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

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

A representation of the model object 'Context Instance Type'. A context instance has a set of properties that are common to every context when it is running. It also contains a variety of components or "processing units" including at least one sensor which is always needed to start the sequence. The components are executed in the order they are declared, and this order has to match the context configuration file.

The following features are supported:

See Also:
ConfigurationPackage.getContextInstanceType()
Generated
[EMF] Model
extendedMetaData="name='ContextInstanceType' kind='elementOnly'"

Method Summary
 java.lang.String getCharset()
          Returns the value of the 'Charset' attribute.
 java.math.BigInteger getDay()
          Returns the value of the 'Day' attribute
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 ExtractorType getExtractor()
          Returns the value of the 'Extractor' containment reference
 org.eclipse.emf.common.util.EList getFilter()
          Returns the value of the 'Filter' containment reference list.
 org.eclipse.emf.common.util.EList getFormatter()
          Returns the value of the 'Formatter' containment reference list.
 java.lang.String getIsoCountryCode()
          Returns the value of the 'Iso Country Code' attribute.
 java.lang.String getIsoLanguageCode()
          Returns the value of the 'Iso Language Code' attribute.
 java.lang.String getMaximumIdleTime()
          Returns the value of the 'Maximum Idle Time' attribute
 java.math.BigInteger getMonth()
          Returns the value of the 'Month' attribute
 org.eclipse.emf.common.util.EList getOutputter()
          Returns the value of the 'Outputter' containment reference list.
 ParserConfigType getParser()
          Returns the value of the 'Parser' containment reference
 java.lang.String getPauseInterval()
          Returns the value of the 'Pause Interval' attribute
 org.eclipse.emf.common.util.EList getProcessUnit()
          Returns the value of the 'Process Unit' containment reference list.
 SensorConfigType getSensor()
          Returns the value of the 'Sensor' containment reference
 java.lang.String getTimezone()
          Returns the value of the 'Timezone' attribute
 java.lang.String getUniqueID()
          Returns the value of the 'Unique ID' attribute
 java.math.BigInteger getYear()
          Returns the value of the 'Year' attribute
 boolean isContinuousOperation()
          Returns the value of the 'Continuous Operation' attribute
 boolean isDisabled()
          Returns the value of the 'Disabled' attribute
 boolean isEnableICU()
          Returns the value of the 'Enable ICU' attribute
 boolean isSetCharset()
          Returns whether the value of the 'Charset' attribute is set
 boolean isSetContinuousOperation()
          Returns whether the value of the 'Continuous Operation' attribute is set
 boolean isSetDisabled()
          Returns whether the value of the 'Disabled' attribute is set
 boolean isSetEnableICU()
          Returns whether the value of the 'Enable ICU' attribute is set
 boolean isSetIsoCountryCode()
          Returns whether the value of the 'Iso Country Code' attribute is set
 boolean isSetIsoLanguageCode()
          Returns whether the value of the 'Iso Language Code' attribute is set
 void setCharset(java.lang.String value)
          Sets the value of the 'Charset' attribute
 void setContinuousOperation(boolean value)
          Sets the value of the 'Continuous Operation' attribute
 void setDay(java.math.BigInteger value)
          Sets the value of the 'Day' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setDisabled(boolean value)
          Sets the value of the 'Disabled' attribute
 void setEnableICU(boolean value)
          Sets the value of the 'Enable ICU' attribute
 void setExtractor(ExtractorType value)
          Sets the value of the 'Extractor' containment reference
 void setIsoCountryCode(java.lang.String value)
          Sets the value of the 'Iso Country Code' attribute
 void setIsoLanguageCode(java.lang.String value)
          Sets the value of the 'Iso Language Code' attribute
 void setMaximumIdleTime(java.lang.String value)
          Sets the value of the 'Maximum Idle Time' attribute
 void setMonth(java.math.BigInteger value)
          Sets the value of the 'Month' attribute
 void setParser(ParserConfigType value)
          Sets the value of the 'Parser' containment reference
 void setPauseInterval(java.lang.String value)
          Sets the value of the 'Pause Interval' attribute
 void setSensor(SensorConfigType value)
          Sets the value of the 'Sensor' containment reference
 void setTimezone(java.lang.String value)
          Sets the value of the 'Timezone' attribute
 void setUniqueID(java.lang.String value)
          Sets the value of the 'Unique ID' attribute
 void setYear(java.math.BigInteger value)
          Sets the value of the 'Year' attribute
 void unsetCharset()
          Unsets the value of the 'Charset' attribute
 void unsetContinuousOperation()
          Unsets the value of the 'Continuous Operation' attribute
 void unsetDisabled()
          Unsets the value of the 'Disabled' attribute
 void unsetEnableICU()
          Unsets the value of the 'Enable ICU' attribute
 void unsetIsoCountryCode()
          Unsets the value of the 'Iso Country Code' attribute
 void unsetIsoLanguageCode()
          Unsets the value of the 'Iso Language Code' 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

getSensor

SensorConfigType getSensor()
Returns the value of the 'Sensor' containment reference.

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

Returns:
the value of the 'Sensor' containment reference.
See Also:
setSensor(SensorConfigType), ConfigurationPackage.getContextInstanceType_Sensor()
Generated
[EMF] Model
containment="true" required="true" extendedMetaData="kind='element' name='Sensor' namespace='##targetNamespace'"

setSensor

void setSensor(SensorConfigType value)
Sets the value of the 'Sensor' containment reference.

Parameters:
value - the new value of the 'Sensor' containment reference.
See Also:
getSensor()
Generated

getExtractor

ExtractorType getExtractor()
Returns the value of the 'Extractor' containment reference.

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

Returns:
the value of the 'Extractor' containment reference.
See Also:
setExtractor(ExtractorType), ConfigurationPackage.getContextInstanceType_Extractor()
Generated
[EMF] Model
containment="true" extendedMetaData="kind='element' name='Extractor' namespace='http://www.eclipse.org/hyades/schema/Extractor.xsd'"

setExtractor

void setExtractor(ExtractorType value)
Sets the value of the 'Extractor' containment reference.

Parameters:
value - the new value of the 'Extractor' containment reference.
See Also:
getExtractor()
Generated

getParser

ParserConfigType getParser()
Returns the value of the 'Parser' containment reference.

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

Returns:
the value of the 'Parser' containment reference.
See Also:
setParser(ParserConfigType), ConfigurationPackage.getContextInstanceType_Parser()
Generated
[EMF] Model
containment="true" extendedMetaData="kind='element' name='Parser' namespace='##targetNamespace'"

setParser

void setParser(ParserConfigType value)
Sets the value of the 'Parser' containment reference.

Parameters:
value - the new value of the 'Parser' containment reference.
See Also:
getParser()
Generated

getProcessUnit

org.eclipse.emf.common.util.EList getProcessUnit()
Returns the value of the 'Process Unit' containment reference list. The list contents are of type ProcessUnitType.

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

A Process Unit is the most basic component of execution in a context. It is provided as an abstract component and for the development of custom components that do not conform to any of the other defined component types.

Returns:
the value of the 'Process Unit' containment reference list.
See Also:
ConfigurationPackage.getContextInstanceType_ProcessUnit()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.unit.ProcessUnitType" containment="true" extendedMetaData="kind='element' name='ProcessUnit' namespace='http://www.eclipse.org/hyades/schema/ProcessUnit.xsd'"

getFormatter

org.eclipse.emf.common.util.EList getFormatter()
Returns the value of the 'Formatter' containment reference list. The list contents are of type FormatterType.

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

Returns:
the value of the 'Formatter' containment reference list.
See Also:
ConfigurationPackage.getContextInstanceType_Formatter()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.formatter.FormatterType" containment="true" extendedMetaData="kind='element' name='Formatter' namespace='http://www.eclipse.org/hyades/schema/Formatter.xsd'"

getFilter

org.eclipse.emf.common.util.EList getFilter()
Returns the value of the 'Filter' containment reference list. The list contents are of type FilterConfigType.

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

This is the root element for the filter component. All the filter rules are hierarchically arranged under this element.

Returns:
the value of the 'Filter' containment reference list.
See Also:
ConfigurationPackage.getContextInstanceType_Filter()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.filter.FilterConfigType" containment="true" extendedMetaData="kind='element' name='Filter' namespace='http://www.eclipse.org/hyades/schema/Filter.xsd'"

getOutputter

org.eclipse.emf.common.util.EList getOutputter()
Returns the value of the 'Outputter' containment reference list. The list contents are of type OutputterConfigType.

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

Returns:
the value of the 'Outputter' containment reference list.
See Also:
ConfigurationPackage.getContextInstanceType_Outputter()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.outputter.OutputterConfigType" containment="true" extendedMetaData="kind='element' name='Outputter' namespace='##targetNamespace'"

getCharset

java.lang.String getCharset()
Returns the value of the 'Charset' attribute. The default value is "UTF-8".

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

This attribute defines the encoding of the log file that is used to read the log file.

Returns:
the value of the 'Charset' attribute.
See Also:
isSetCharset(), unsetCharset(), setCharset(String), ConfigurationPackage.getContextInstanceType_Charset()
Generated
[EMF] Model
default="UTF-8" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='charset'"

setCharset

void setCharset(java.lang.String value)
Sets the value of the 'Charset' attribute.

Parameters:
value - the new value of the 'Charset' attribute.
See Also:
isSetCharset(), unsetCharset(), getCharset()
Generated

unsetCharset

void unsetCharset()
Unsets the value of the 'Charset' attribute.

See Also:
isSetCharset(), getCharset(), setCharset(String)
Generated

isSetCharset

boolean isSetCharset()
Returns whether the value of the 'Charset' attribute is set.

Returns:
whether the value of the 'Charset' attribute is set.
See Also:
unsetCharset(), getCharset(), setCharset(String)
Generated

isContinuousOperation

boolean isContinuousOperation()
Returns the value of the 'Continuous Operation' attribute. A context has the sole purpose of running it's components. These components are typically used to process input. This processing occurs either only once when started, or until an amount of time has passed with no processing to do. To support this a boolean option of continuous operation is provided. False indicates the processing of the input is only done once. True indicates the processing of the input is done continuously to process any new data since processing was started. The maximumIdleTime and pauseInterval attributes are used to control the meaning of continuous operation.

Returns:
the value of the 'Continuous Operation' attribute.
See Also:
isSetContinuousOperation(), unsetContinuousOperation(), setContinuousOperation(boolean), ConfigurationPackage.getContextInstanceType_ContinuousOperation()
Generated
[EMF] Model
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" required="true" extendedMetaData="kind='attribute' name='continuousOperation'"

setContinuousOperation

void setContinuousOperation(boolean value)
Sets the value of the 'Continuous Operation' attribute.

Parameters:
value - the new value of the 'Continuous Operation' attribute.
See Also:
isSetContinuousOperation(), unsetContinuousOperation(), isContinuousOperation()
Generated

unsetContinuousOperation

void unsetContinuousOperation()
Unsets the value of the 'Continuous Operation' attribute.

See Also:
isSetContinuousOperation(), isContinuousOperation(), setContinuousOperation(boolean)
Generated

isSetContinuousOperation

boolean isSetContinuousOperation()
Returns whether the value of the 'Continuous Operation' attribute is set.

Returns:
whether the value of the 'Continuous Operation' attribute is set.
See Also:
unsetContinuousOperation(), isContinuousOperation(), setContinuousOperation(boolean)
Generated

getDay

java.math.BigInteger getDay()
Returns the value of the 'Day' attribute. This attribute defines the day of the month when the log file was generated. This value is used when parsing the date from the log records.

Returns:
the value of the 'Day' attribute.
See Also:
setDay(BigInteger), ConfigurationPackage.getContextInstanceType_Day()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Integer" extendedMetaData="kind='attribute' name='day'"

setDay

void setDay(java.math.BigInteger value)
Sets the value of the 'Day' attribute.

Parameters:
value - the new value of the 'Day' attribute.
See Also:
getDay()
Generated

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), ConfigurationPackage.getContextInstanceType_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

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), ConfigurationPackage.getContextInstanceType_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

isEnableICU

boolean isEnableICU()
Returns the value of the 'Enable ICU' attribute. This attribute enables ICU support in GLA run-time if the value is true. Specifically, if this attribute value is true, ICU4J versions of Locale and SimpleDateFormat will be used for parsing timestamps in the log file.

Returns:
the value of the 'Enable ICU' attribute.
See Also:
isSetEnableICU(), unsetEnableICU(), setEnableICU(boolean), ConfigurationPackage.getContextInstanceType_EnableICU()
Generated
[EMF] Model
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='enableICU'"

setEnableICU

void setEnableICU(boolean value)
Sets the value of the 'Enable ICU' attribute.

Parameters:
value - the new value of the 'Enable ICU' attribute.
See Also:
isSetEnableICU(), unsetEnableICU(), isEnableICU()
Generated

unsetEnableICU

void unsetEnableICU()
Unsets the value of the 'Enable ICU' attribute.

See Also:
isSetEnableICU(), isEnableICU(), setEnableICU(boolean)
Generated

isSetEnableICU

boolean isSetEnableICU()
Returns whether the value of the 'Enable ICU' attribute is set.

Returns:
whether the value of the 'Enable ICU' attribute is set.
See Also:
unsetEnableICU(), isEnableICU(), setEnableICU(boolean)
Generated

getIsoCountryCode

java.lang.String getIsoCountryCode()
Returns the value of the 'Iso Country Code' attribute. The default value is "US".

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

This attribute defines the ISO two letter Country Code to use to parse the log file. It is used along with the isoLanguageCode value to determine the locale to use to parse the log file.

Returns:
the value of the 'Iso Country Code' attribute.
See Also:
isSetIsoCountryCode(), unsetIsoCountryCode(), setIsoCountryCode(String), ConfigurationPackage.getContextInstanceType_IsoCountryCode()
Generated
[EMF] Model
default="US" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='isoCountryCode'"

setIsoCountryCode

void setIsoCountryCode(java.lang.String value)
Sets the value of the 'Iso Country Code' attribute.

Parameters:
value - the new value of the 'Iso Country Code' attribute.
See Also:
isSetIsoCountryCode(), unsetIsoCountryCode(), getIsoCountryCode()
Generated

unsetIsoCountryCode

void unsetIsoCountryCode()
Unsets the value of the 'Iso Country Code' attribute.

See Also:
isSetIsoCountryCode(), getIsoCountryCode(), setIsoCountryCode(String)
Generated

isSetIsoCountryCode

boolean isSetIsoCountryCode()
Returns whether the value of the 'Iso Country Code' attribute is set.

Returns:
whether the value of the 'Iso Country Code' attribute is set.
See Also:
unsetIsoCountryCode(), getIsoCountryCode(), setIsoCountryCode(String)
Generated

getIsoLanguageCode

java.lang.String getIsoLanguageCode()
Returns the value of the 'Iso Language Code' attribute. The default value is "en".

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

This attribute defines the ISO two letter Language Code to use to parse the log file. It is used along with the isoCountryCode value to determine the locale to use to parse the log file.

Returns:
the value of the 'Iso Language Code' attribute.
See Also:
isSetIsoLanguageCode(), unsetIsoLanguageCode(), setIsoLanguageCode(String), ConfigurationPackage.getContextInstanceType_IsoLanguageCode()
Generated
[EMF] Model
default="en" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='isoLanguageCode'"

setIsoLanguageCode

void setIsoLanguageCode(java.lang.String value)
Sets the value of the 'Iso Language Code' attribute.

Parameters:
value - the new value of the 'Iso Language Code' attribute.
See Also:
isSetIsoLanguageCode(), unsetIsoLanguageCode(), getIsoLanguageCode()
Generated

unsetIsoLanguageCode

void unsetIsoLanguageCode()
Unsets the value of the 'Iso Language Code' attribute.

See Also:
isSetIsoLanguageCode(), getIsoLanguageCode(), setIsoLanguageCode(String)
Generated

isSetIsoLanguageCode

boolean isSetIsoLanguageCode()
Returns whether the value of the 'Iso Language Code' attribute is set.

Returns:
whether the value of the 'Iso Language Code' attribute is set.
See Also:
unsetIsoLanguageCode(), getIsoLanguageCode(), setIsoLanguageCode(String)
Generated

getMaximumIdleTime

java.lang.String getMaximumIdleTime()
Returns the value of the 'Maximum Idle Time' attribute.

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

This attribute is only used when continuousOperation is true. Maximum idle time means how long the context will run with no input, hence idle. A maximum idle time of zero means run forever. Any other time is a maximum amount of time the context will wait for more input. Once no input has been detected the context will pause before attempting to determine if there is more input. The pause time is defined by the pauseInterval attribute.

Returns:
the value of the 'Maximum Idle Time' attribute.
See Also:
setMaximumIdleTime(String), ConfigurationPackage.getContextInstanceType_MaximumIdleTime()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='maximumIdleTime'"

setMaximumIdleTime

void setMaximumIdleTime(java.lang.String value)
Sets the value of the 'Maximum Idle Time' attribute.

Parameters:
value - the new value of the 'Maximum Idle Time' attribute.
See Also:
getMaximumIdleTime()
Generated

getMonth

java.math.BigInteger getMonth()
Returns the value of the 'Month' attribute. This attribute defines the month of the year when the log file was generated. This value is used when parsing the date from the log records.

Returns:
the value of the 'Month' attribute.
See Also:
setMonth(BigInteger), ConfigurationPackage.getContextInstanceType_Month()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Integer" extendedMetaData="kind='attribute' name='month'"

setMonth

void setMonth(java.math.BigInteger value)
Sets the value of the 'Month' attribute.

Parameters:
value - the new value of the 'Month' attribute.
See Also:
getMonth()
Generated

getPauseInterval

java.lang.String getPauseInterval()
Returns the value of the 'Pause Interval' attribute.

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

This attribute is only used when continuousOperation is true. Once no input has been detected by the context, the context will pause before attempting to determine if there is more input. The amount of time the context will pause is set with this attribute.

Returns:
the value of the 'Pause Interval' attribute.
See Also:
setPauseInterval(String), ConfigurationPackage.getContextInstanceType_PauseInterval()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='pauseInterval'"

setPauseInterval

void setPauseInterval(java.lang.String value)
Sets the value of the 'Pause Interval' attribute.

Parameters:
value - the new value of the 'Pause Interval' attribute.
See Also:
getPauseInterval()
Generated

getTimezone

java.lang.String getTimezone()
Returns the value of the 'Timezone' attribute. This attribute defines the timezone where the log file was generated. This value is used when parsing the time from the log records.

Returns:
the value of the 'Timezone' attribute.
See Also:
setTimezone(String), ConfigurationPackage.getContextInstanceType_Timezone()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='timezone'"

setTimezone

void setTimezone(java.lang.String value)
Sets the value of the 'Timezone' attribute.

Parameters:
value - the new value of the 'Timezone' attribute.
See Also:
getTimezone()
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), ConfigurationPackage.getContextInstanceType_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

getYear

java.math.BigInteger getYear()
Returns the value of the 'Year' attribute. This attribute defines the year when the log file was generated. This value is used when parsing the date from the log records.

Returns:
the value of the 'Year' attribute.
See Also:
setYear(BigInteger), ConfigurationPackage.getContextInstanceType_Year()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Integer" extendedMetaData="kind='attribute' name='year'"

setYear

void setYear(java.math.BigInteger value)
Sets the value of the 'Year' attribute.

Parameters:
value - the new value of the 'Year' attribute.
See Also:
getYear()
Generated

TPTP 4.6.0 Platform Project
Internal API Specification