org.eodisp.hla.crc.omt
Interface Switches

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

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

A representation of the model object 'Switches'.

The following features are supported:

See Also:
OmtPackage.getSwitches()
generated
model
extendedMetaData="name='Switches' kind='empty'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 StateEnum getAttributeRelevanceAdvisory()
          Returns the value of the 'Attribute Relevance Advisory' attribute.
 java.util.List getAttributeRelevanceAdvisoryNotes()
          Returns the value of the 'Attribute Relevance Advisory Notes' attribute.
 StateEnum getAttributeScopeAdvisory()
          Returns the value of the 'Attribute Scope Advisory' attribute.
 java.util.List getAttributeScopeAdvisoryNotes()
          Returns the value of the 'Attribute Scope Advisory Notes' attribute.
 StateEnum getAutoProvide()
          Returns the value of the 'Auto Provide' attribute.
 java.util.List getAutoProvideNotes()
          Returns the value of the 'Auto Provide Notes' attribute.
 StateEnum getConveyRegionDesignatorSets()
          Returns the value of the 'Convey Region Designator Sets' attribute.
 java.util.List getConveyRegionDesignatorSetsNotes()
          Returns the value of the 'Convey Region Designator Sets Notes' attribute.
 StateEnum getInteractionRelevanceAdvisory()
          Returns the value of the 'Interaction Relevance Advisory' attribute.
 java.util.List getInteractionRelevanceAdvisoryNotes()
          Returns the value of the 'Interaction Relevance Advisory Notes' attribute.
 StateEnum getObjectClassRelevanceAdvisory()
          Returns the value of the 'Object Class Relevance Advisory' attribute.
 java.util.List getObjectClassRelevanceAdvisoryNotes()
          Returns the value of the 'Object Class Relevance Advisory Notes' attribute.
 StateEnum getServiceReporting()
          Returns the value of the 'Service Reporting' attribute.
 java.util.List getServiceReportingNotes()
          Returns the value of the 'Service Reporting Notes' attribute.
 boolean isSetAttributeRelevanceAdvisory()
          Returns whether the value of the 'Attribute Relevance Advisory' attribute is set.
 boolean isSetAttributeScopeAdvisory()
          Returns whether the value of the 'Attribute Scope Advisory' attribute is set.
 boolean isSetAutoProvide()
          Returns whether the value of the 'Auto Provide' attribute is set.
 boolean isSetConveyRegionDesignatorSets()
          Returns whether the value of the 'Convey Region Designator Sets' attribute is set.
 boolean isSetInteractionRelevanceAdvisory()
          Returns whether the value of the 'Interaction Relevance Advisory' attribute is set.
 boolean isSetObjectClassRelevanceAdvisory()
          Returns whether the value of the 'Object Class Relevance Advisory' attribute is set.
 boolean isSetServiceReporting()
          Returns whether the value of the 'Service Reporting' attribute is set.
 void setAttributeRelevanceAdvisory(StateEnum value)
          Sets the value of the 'Attribute Relevance Advisory' attribute.
 void setAttributeRelevanceAdvisoryNotes(java.util.List value)
          Sets the value of the 'Attribute Relevance Advisory Notes' attribute.
 void setAttributeScopeAdvisory(StateEnum value)
          Sets the value of the 'Attribute Scope Advisory' attribute.
 void setAttributeScopeAdvisoryNotes(java.util.List value)
          Sets the value of the 'Attribute Scope Advisory Notes' attribute.
 void setAutoProvide(StateEnum value)
          Sets the value of the 'Auto Provide' attribute.
 void setAutoProvideNotes(java.util.List value)
          Sets the value of the 'Auto Provide Notes' attribute.
 void setConveyRegionDesignatorSets(StateEnum value)
          Sets the value of the 'Convey Region Designator Sets' attribute.
 void setConveyRegionDesignatorSetsNotes(java.util.List value)
          Sets the value of the 'Convey Region Designator Sets Notes' attribute.
 void setInteractionRelevanceAdvisory(StateEnum value)
          Sets the value of the 'Interaction Relevance Advisory' attribute.
 void setInteractionRelevanceAdvisoryNotes(java.util.List value)
          Sets the value of the 'Interaction Relevance Advisory Notes' attribute.
 void setObjectClassRelevanceAdvisory(StateEnum value)
          Sets the value of the 'Object Class Relevance Advisory' attribute.
 void setObjectClassRelevanceAdvisoryNotes(java.util.List value)
          Sets the value of the 'Object Class Relevance Advisory Notes' attribute.
 void setServiceReporting(StateEnum value)
          Sets the value of the 'Service Reporting' attribute.
 void setServiceReportingNotes(java.util.List value)
          Sets the value of the 'Service Reporting Notes' attribute.
 void unsetAttributeRelevanceAdvisory()
          Unsets the value of the 'Attribute Relevance Advisory' attribute.
 void unsetAttributeScopeAdvisory()
          Unsets the value of the 'Attribute Scope Advisory' attribute.
 void unsetAutoProvide()
          Unsets the value of the 'Auto Provide' attribute.
 void unsetConveyRegionDesignatorSets()
          Unsets the value of the 'Convey Region Designator Sets' attribute.
 void unsetInteractionRelevanceAdvisory()
          Unsets the value of the 'Interaction Relevance Advisory' attribute.
 void unsetObjectClassRelevanceAdvisory()
          Unsets the value of the 'Object Class Relevance Advisory' attribute.
 void unsetServiceReporting()
          Unsets the value of the 'Service Reporting' 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
generated
Method Detail

getAttributeRelevanceAdvisory

StateEnum getAttributeRelevanceAdvisory()
Returns the value of the 'Attribute Relevance Advisory' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

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

Returns:
the value of the 'Attribute Relevance Advisory' attribute.
See Also:
StateEnum, isSetAttributeRelevanceAdvisory(), unsetAttributeRelevanceAdvisory(), setAttributeRelevanceAdvisory(StateEnum), OmtPackage.getSwitches_AttributeRelevanceAdvisory()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='attributeRelevanceAdvisory' namespace='##targetNamespace'"

setAttributeRelevanceAdvisory

void setAttributeRelevanceAdvisory(StateEnum value)
Sets the value of the 'Attribute Relevance Advisory' attribute.

Parameters:
value - the new value of the 'Attribute Relevance Advisory' attribute.
See Also:
StateEnum, isSetAttributeRelevanceAdvisory(), unsetAttributeRelevanceAdvisory(), getAttributeRelevanceAdvisory()
generated

unsetAttributeRelevanceAdvisory

void unsetAttributeRelevanceAdvisory()
Unsets the value of the 'Attribute Relevance Advisory' attribute.

See Also:
isSetAttributeRelevanceAdvisory(), getAttributeRelevanceAdvisory(), setAttributeRelevanceAdvisory(StateEnum)
generated

isSetAttributeRelevanceAdvisory

boolean isSetAttributeRelevanceAdvisory()
Returns whether the value of the 'Attribute Relevance Advisory' attribute is set.

Returns:
whether the value of the 'Attribute Relevance Advisory' attribute is set.
See Also:
unsetAttributeRelevanceAdvisory(), getAttributeRelevanceAdvisory(), setAttributeRelevanceAdvisory(StateEnum)
generated

getAttributeRelevanceAdvisoryNotes

java.util.List getAttributeRelevanceAdvisoryNotes()
Returns the value of the 'Attribute Relevance Advisory Notes' attribute.

If the meaning of the 'Attribute Relevance Advisory Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attribute Relevance Advisory Notes' attribute.
See Also:
setAttributeRelevanceAdvisoryNotes(List), OmtPackage.getSwitches_AttributeRelevanceAdvisoryNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='attributeRelevanceAdvisoryNotes' namespace='##targetNamespace'"

setAttributeRelevanceAdvisoryNotes

void setAttributeRelevanceAdvisoryNotes(java.util.List value)
Sets the value of the 'Attribute Relevance Advisory Notes' attribute.

Parameters:
value - the new value of the 'Attribute Relevance Advisory Notes' attribute.
See Also:
getAttributeRelevanceAdvisoryNotes()
generated

getAttributeScopeAdvisory

StateEnum getAttributeScopeAdvisory()
Returns the value of the 'Attribute Scope Advisory' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

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

Returns:
the value of the 'Attribute Scope Advisory' attribute.
See Also:
StateEnum, isSetAttributeScopeAdvisory(), unsetAttributeScopeAdvisory(), setAttributeScopeAdvisory(StateEnum), OmtPackage.getSwitches_AttributeScopeAdvisory()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='attributeScopeAdvisory' namespace='##targetNamespace'"

setAttributeScopeAdvisory

void setAttributeScopeAdvisory(StateEnum value)
Sets the value of the 'Attribute Scope Advisory' attribute.

Parameters:
value - the new value of the 'Attribute Scope Advisory' attribute.
See Also:
StateEnum, isSetAttributeScopeAdvisory(), unsetAttributeScopeAdvisory(), getAttributeScopeAdvisory()
generated

unsetAttributeScopeAdvisory

void unsetAttributeScopeAdvisory()
Unsets the value of the 'Attribute Scope Advisory' attribute.

See Also:
isSetAttributeScopeAdvisory(), getAttributeScopeAdvisory(), setAttributeScopeAdvisory(StateEnum)
generated

isSetAttributeScopeAdvisory

boolean isSetAttributeScopeAdvisory()
Returns whether the value of the 'Attribute Scope Advisory' attribute is set.

Returns:
whether the value of the 'Attribute Scope Advisory' attribute is set.
See Also:
unsetAttributeScopeAdvisory(), getAttributeScopeAdvisory(), setAttributeScopeAdvisory(StateEnum)
generated

getAttributeScopeAdvisoryNotes

java.util.List getAttributeScopeAdvisoryNotes()
Returns the value of the 'Attribute Scope Advisory Notes' attribute.

If the meaning of the 'Attribute Scope Advisory Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attribute Scope Advisory Notes' attribute.
See Also:
setAttributeScopeAdvisoryNotes(List), OmtPackage.getSwitches_AttributeScopeAdvisoryNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='attributeScopeAdvisoryNotes' namespace='##targetNamespace'"

setAttributeScopeAdvisoryNotes

void setAttributeScopeAdvisoryNotes(java.util.List value)
Sets the value of the 'Attribute Scope Advisory Notes' attribute.

Parameters:
value - the new value of the 'Attribute Scope Advisory Notes' attribute.
See Also:
getAttributeScopeAdvisoryNotes()
generated

getAutoProvide

StateEnum getAutoProvide()
Returns the value of the 'Auto Provide' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

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

Returns:
the value of the 'Auto Provide' attribute.
See Also:
StateEnum, isSetAutoProvide(), unsetAutoProvide(), setAutoProvide(StateEnum), OmtPackage.getSwitches_AutoProvide()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='autoProvide' namespace='##targetNamespace'"

setAutoProvide

void setAutoProvide(StateEnum value)
Sets the value of the 'Auto Provide' attribute.

Parameters:
value - the new value of the 'Auto Provide' attribute.
See Also:
StateEnum, isSetAutoProvide(), unsetAutoProvide(), getAutoProvide()
generated

unsetAutoProvide

void unsetAutoProvide()
Unsets the value of the 'Auto Provide' attribute.

See Also:
isSetAutoProvide(), getAutoProvide(), setAutoProvide(StateEnum)
generated

isSetAutoProvide

boolean isSetAutoProvide()
Returns whether the value of the 'Auto Provide' attribute is set.

Returns:
whether the value of the 'Auto Provide' attribute is set.
See Also:
unsetAutoProvide(), getAutoProvide(), setAutoProvide(StateEnum)
generated

getAutoProvideNotes

java.util.List getAutoProvideNotes()
Returns the value of the 'Auto Provide Notes' attribute.

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

Returns:
the value of the 'Auto Provide Notes' attribute.
See Also:
setAutoProvideNotes(List), OmtPackage.getSwitches_AutoProvideNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='autoProvideNotes' namespace='##targetNamespace'"

setAutoProvideNotes

void setAutoProvideNotes(java.util.List value)
Sets the value of the 'Auto Provide Notes' attribute.

Parameters:
value - the new value of the 'Auto Provide Notes' attribute.
See Also:
getAutoProvideNotes()
generated

getConveyRegionDesignatorSets

StateEnum getConveyRegionDesignatorSets()
Returns the value of the 'Convey Region Designator Sets' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

If the meaning of the 'Convey Region Designator Sets' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Convey Region Designator Sets' attribute.
See Also:
StateEnum, isSetConveyRegionDesignatorSets(), unsetConveyRegionDesignatorSets(), setConveyRegionDesignatorSets(StateEnum), OmtPackage.getSwitches_ConveyRegionDesignatorSets()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='conveyRegionDesignatorSets' namespace='##targetNamespace'"

setConveyRegionDesignatorSets

void setConveyRegionDesignatorSets(StateEnum value)
Sets the value of the 'Convey Region Designator Sets' attribute.

Parameters:
value - the new value of the 'Convey Region Designator Sets' attribute.
See Also:
StateEnum, isSetConveyRegionDesignatorSets(), unsetConveyRegionDesignatorSets(), getConveyRegionDesignatorSets()
generated

unsetConveyRegionDesignatorSets

void unsetConveyRegionDesignatorSets()
Unsets the value of the 'Convey Region Designator Sets' attribute.

See Also:
isSetConveyRegionDesignatorSets(), getConveyRegionDesignatorSets(), setConveyRegionDesignatorSets(StateEnum)
generated

isSetConveyRegionDesignatorSets

boolean isSetConveyRegionDesignatorSets()
Returns whether the value of the 'Convey Region Designator Sets' attribute is set.

Returns:
whether the value of the 'Convey Region Designator Sets' attribute is set.
See Also:
unsetConveyRegionDesignatorSets(), getConveyRegionDesignatorSets(), setConveyRegionDesignatorSets(StateEnum)
generated

getConveyRegionDesignatorSetsNotes

java.util.List getConveyRegionDesignatorSetsNotes()
Returns the value of the 'Convey Region Designator Sets Notes' attribute.

If the meaning of the 'Convey Region Designator Sets Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Convey Region Designator Sets Notes' attribute.
See Also:
setConveyRegionDesignatorSetsNotes(List), OmtPackage.getSwitches_ConveyRegionDesignatorSetsNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='conveyRegionDesignatorSetsNotes' namespace='##targetNamespace'"

setConveyRegionDesignatorSetsNotes

void setConveyRegionDesignatorSetsNotes(java.util.List value)
Sets the value of the 'Convey Region Designator Sets Notes' attribute.

Parameters:
value - the new value of the 'Convey Region Designator Sets Notes' attribute.
See Also:
getConveyRegionDesignatorSetsNotes()
generated

getInteractionRelevanceAdvisory

StateEnum getInteractionRelevanceAdvisory()
Returns the value of the 'Interaction Relevance Advisory' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

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

Returns:
the value of the 'Interaction Relevance Advisory' attribute.
See Also:
StateEnum, isSetInteractionRelevanceAdvisory(), unsetInteractionRelevanceAdvisory(), setInteractionRelevanceAdvisory(StateEnum), OmtPackage.getSwitches_InteractionRelevanceAdvisory()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='interactionRelevanceAdvisory' namespace='##targetNamespace'"

setInteractionRelevanceAdvisory

void setInteractionRelevanceAdvisory(StateEnum value)
Sets the value of the 'Interaction Relevance Advisory' attribute.

Parameters:
value - the new value of the 'Interaction Relevance Advisory' attribute.
See Also:
StateEnum, isSetInteractionRelevanceAdvisory(), unsetInteractionRelevanceAdvisory(), getInteractionRelevanceAdvisory()
generated

unsetInteractionRelevanceAdvisory

void unsetInteractionRelevanceAdvisory()
Unsets the value of the 'Interaction Relevance Advisory' attribute.

See Also:
isSetInteractionRelevanceAdvisory(), getInteractionRelevanceAdvisory(), setInteractionRelevanceAdvisory(StateEnum)
generated

isSetInteractionRelevanceAdvisory

boolean isSetInteractionRelevanceAdvisory()
Returns whether the value of the 'Interaction Relevance Advisory' attribute is set.

Returns:
whether the value of the 'Interaction Relevance Advisory' attribute is set.
See Also:
unsetInteractionRelevanceAdvisory(), getInteractionRelevanceAdvisory(), setInteractionRelevanceAdvisory(StateEnum)
generated

getInteractionRelevanceAdvisoryNotes

java.util.List getInteractionRelevanceAdvisoryNotes()
Returns the value of the 'Interaction Relevance Advisory Notes' attribute.

If the meaning of the 'Interaction Relevance Advisory Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interaction Relevance Advisory Notes' attribute.
See Also:
setInteractionRelevanceAdvisoryNotes(List), OmtPackage.getSwitches_InteractionRelevanceAdvisoryNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='interactionRelevanceAdvisoryNotes' namespace='##targetNamespace'"

setInteractionRelevanceAdvisoryNotes

void setInteractionRelevanceAdvisoryNotes(java.util.List value)
Sets the value of the 'Interaction Relevance Advisory Notes' attribute.

Parameters:
value - the new value of the 'Interaction Relevance Advisory Notes' attribute.
See Also:
getInteractionRelevanceAdvisoryNotes()
generated

getObjectClassRelevanceAdvisory

StateEnum getObjectClassRelevanceAdvisory()
Returns the value of the 'Object Class Relevance Advisory' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

If the meaning of the 'Object Class Relevance Advisory' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Object Class Relevance Advisory' attribute.
See Also:
StateEnum, isSetObjectClassRelevanceAdvisory(), unsetObjectClassRelevanceAdvisory(), setObjectClassRelevanceAdvisory(StateEnum), OmtPackage.getSwitches_ObjectClassRelevanceAdvisory()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='objectClassRelevanceAdvisory' namespace='##targetNamespace'"

setObjectClassRelevanceAdvisory

void setObjectClassRelevanceAdvisory(StateEnum value)
Sets the value of the 'Object Class Relevance Advisory' attribute.

Parameters:
value - the new value of the 'Object Class Relevance Advisory' attribute.
See Also:
StateEnum, isSetObjectClassRelevanceAdvisory(), unsetObjectClassRelevanceAdvisory(), getObjectClassRelevanceAdvisory()
generated

unsetObjectClassRelevanceAdvisory

void unsetObjectClassRelevanceAdvisory()
Unsets the value of the 'Object Class Relevance Advisory' attribute.

See Also:
isSetObjectClassRelevanceAdvisory(), getObjectClassRelevanceAdvisory(), setObjectClassRelevanceAdvisory(StateEnum)
generated

isSetObjectClassRelevanceAdvisory

boolean isSetObjectClassRelevanceAdvisory()
Returns whether the value of the 'Object Class Relevance Advisory' attribute is set.

Returns:
whether the value of the 'Object Class Relevance Advisory' attribute is set.
See Also:
unsetObjectClassRelevanceAdvisory(), getObjectClassRelevanceAdvisory(), setObjectClassRelevanceAdvisory(StateEnum)
generated

getObjectClassRelevanceAdvisoryNotes

java.util.List getObjectClassRelevanceAdvisoryNotes()
Returns the value of the 'Object Class Relevance Advisory Notes' attribute.

If the meaning of the 'Object Class Relevance Advisory Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Object Class Relevance Advisory Notes' attribute.
See Also:
setObjectClassRelevanceAdvisoryNotes(List), OmtPackage.getSwitches_ObjectClassRelevanceAdvisoryNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='objectClassRelevanceAdvisoryNotes' namespace='##targetNamespace'"

setObjectClassRelevanceAdvisoryNotes

void setObjectClassRelevanceAdvisoryNotes(java.util.List value)
Sets the value of the 'Object Class Relevance Advisory Notes' attribute.

Parameters:
value - the new value of the 'Object Class Relevance Advisory Notes' attribute.
See Also:
getObjectClassRelevanceAdvisoryNotes()
generated

getServiceReporting

StateEnum getServiceReporting()
Returns the value of the 'Service Reporting' attribute. The default value is "Enabled". The literals are from the enumeration StateEnum.

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

Returns:
the value of the 'Service Reporting' attribute.
See Also:
StateEnum, isSetServiceReporting(), unsetServiceReporting(), setServiceReporting(StateEnum), OmtPackage.getSwitches_ServiceReporting()
generated
model
default="Enabled" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='serviceReporting' namespace='##targetNamespace'"

setServiceReporting

void setServiceReporting(StateEnum value)
Sets the value of the 'Service Reporting' attribute.

Parameters:
value - the new value of the 'Service Reporting' attribute.
See Also:
StateEnum, isSetServiceReporting(), unsetServiceReporting(), getServiceReporting()
generated

unsetServiceReporting

void unsetServiceReporting()
Unsets the value of the 'Service Reporting' attribute.

See Also:
isSetServiceReporting(), getServiceReporting(), setServiceReporting(StateEnum)
generated

isSetServiceReporting

boolean isSetServiceReporting()
Returns whether the value of the 'Service Reporting' attribute is set.

Returns:
whether the value of the 'Service Reporting' attribute is set.
See Also:
unsetServiceReporting(), getServiceReporting(), setServiceReporting(StateEnum)
generated

getServiceReportingNotes

java.util.List getServiceReportingNotes()
Returns the value of the 'Service Reporting Notes' attribute.

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

Returns:
the value of the 'Service Reporting Notes' attribute.
See Also:
setServiceReportingNotes(List), OmtPackage.getSwitches_ServiceReportingNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='serviceReportingNotes' namespace='##targetNamespace'"

setServiceReportingNotes

void setServiceReportingNotes(java.util.List value)
Sets the value of the 'Service Reporting Notes' attribute.

Parameters:
value - the new value of the 'Service Reporting Notes' attribute.
See Also:
getServiceReportingNotes()
generated