TPTP 4.5.0 Platform Project
Internal API Specification

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

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

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

A representation of the model object 'Type'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList getContextInstance()
          Returns the value of the 'Context Instance' containment reference list.
 java.lang.String getDescription()
          Returns the value of the 'Description' 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 setDisabled(boolean value)
          Sets the value of the 'Disabled' 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

getContextInstance

org.eclipse.emf.common.util.EList getContextInstance()
Returns the value of the 'Context Instance' containment reference list. The list contents are of type ContextInstanceType.

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

Returns:
the value of the 'Context Instance' containment reference list.
See Also:
ConfigurationPackage.getConfigurationType_ContextInstance()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.configuration.ContextInstanceType" containment="true" extendedMetaData="kind='element' name='ContextInstance' 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), ConfigurationPackage.getConfigurationType_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.getConfigurationType_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

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.getConfigurationType_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