TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.events.cbe
Interface OtherSituation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, java.io.Serializable, SituationType
All Known Implementing Classes:
OtherSituationImpl

public interface OtherSituation
extends SituationType

A representation of the model object 'Other Situation'.

The OtherSituation category is to provide support for the situation that is product specific requirement other than the predefined categories.

See Also:
EventPackage.getOtherSituation()
Generated
[EMF] Model

Method Summary
 java.lang.String getAny()
           Returns the value of the 'Any' attribute.
 void init()
          Resets the object's properties to their initial (e.g. null) state.
 void setAny(java.lang.String value)
          Sets the value of the 'Any' attribute
 
Methods inherited from interface org.eclipse.hyades.logging.events.cbe.SituationType
getReasoningScope, setReasoningScope, validate
 
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

getAny

java.lang.String getAny()

Returns the value of the 'Any' attribute.

Returns:
the value of the 'Any' attribute.
See Also:
setAny(String), EventPackage.getOtherSituation_Any()
Generated
[EMF] Model
required="true"

setAny

void setAny(java.lang.String value)
Sets the value of the 'Any' attribute.

The CBE specification does not restrict the contents of this value in any way.

Parameters:
value - the new value of the 'Any' attribute.
See Also:
getAny()
Generated

init

void init()
Resets the object's properties to their initial (e.g. null) state. All components are initialized to either zero or null.

Specified by:
init in interface SituationType

TPTP 4.6.0 Platform Project
Public API Specification