org.eodisp.hla.crc.omt
Interface ObjectModel

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

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

A representation of the model object 'Object Model'.

The following features are supported:

See Also:
OmtPackage.getObjectModel()
generated
model
extendedMetaData="name='ObjectModel' kind='elementOnly'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Object getAppDomain()
          Returns the value of the 'App Domain' attribute.
 java.util.List getAppDomainNotes()
          Returns the value of the 'App Domain Notes' attribute.
 DataTypes getDataTypes()
          Returns the value of the 'Data Types' containment reference.
 java.lang.Object getDate()
          Returns the value of the 'Date' attribute.
 java.util.List getDateNotes()
          Returns the value of the 'Date Notes' attribute.
 Dimensions getDimensions()
          Returns the value of the 'Dimensions' containment reference.
 DTDVersionEnum getDTDversion()
          Returns the value of the 'DT Dversion' attribute.
 Interactions getInteractions()
          Returns the value of the 'Interactions' containment reference.
 java.lang.Object getName()
          Returns the value of the 'Name' attribute.
 java.util.List getNameNotes()
          Returns the value of the 'Name Notes' attribute.
 Notes getNotes()
          Returns the value of the 'Notes' containment reference.
 Objects getObjects()
          Returns the value of the 'Objects' containment reference.
 java.lang.Object getOther()
          Returns the value of the 'Other' attribute.
 java.util.List getOtherNotes()
          Returns the value of the 'Other Notes' attribute.
 java.lang.Object getPocEmail()
          Returns the value of the 'Poc Email' attribute.
 java.util.List getPocEmailNotes()
          Returns the value of the 'Poc Email Notes' attribute.
 java.lang.Object getPocName()
          Returns the value of the 'Poc Name' attribute.
 java.util.List getPocNameNotes()
          Returns the value of the 'Poc Name Notes' attribute.
 java.lang.Object getPocOrg()
          Returns the value of the 'Poc Org' attribute.
 java.util.List getPocOrgNotes()
          Returns the value of the 'Poc Org Notes' attribute.
 java.lang.Object getPocPhone()
          Returns the value of the 'Poc Phone' attribute.
 java.util.List getPocPhoneNotes()
          Returns the value of the 'Poc Phone Notes' attribute.
 java.lang.Object getPurpose()
          Returns the value of the 'Purpose' attribute.
 java.util.List getPurposeNotes()
          Returns the value of the 'Purpose Notes' attribute.
 java.lang.Object getReferences()
          Returns the value of the 'References' attribute.
 java.util.List getReferencesNotes()
          Returns the value of the 'References Notes' attribute.
 java.lang.Object getSponsor()
          Returns the value of the 'Sponsor' attribute.
 java.util.List getSponsorNotes()
          Returns the value of the 'Sponsor Notes' attribute.
 Switches getSwitches()
          Returns the value of the 'Switches' containment reference.
 Synchronizations getSynchronizations()
          Returns the value of the 'Synchronizations' containment reference.
 Tags getTags()
          Returns the value of the 'Tags' containment reference.
 Time getTime()
          Returns the value of the 'Time' containment reference.
 Transportations getTransportations()
          Returns the value of the 'Transportations' containment reference.
 ObjectModelTypeEnum getType()
          Returns the value of the 'Type' attribute.
 java.util.List getTypeNotes()
          Returns the value of the 'Type Notes' attribute.
 java.lang.Object getVersion()
          Returns the value of the 'Version' attribute.
 java.util.List getVersionNotes()
          Returns the value of the 'Version Notes' attribute.
 boolean isSetDTDversion()
          Returns whether the value of the 'DT Dversion' attribute is set.
 boolean isSetType()
          Returns whether the value of the 'Type' attribute is set.
 void setAppDomain(java.lang.Object value)
          Sets the value of the 'App Domain' attribute.
 void setAppDomainNotes(java.util.List value)
          Sets the value of the 'App Domain Notes' attribute.
 void setDataTypes(DataTypes value)
          Sets the value of the 'Data Types' containment reference.
 void setDate(java.lang.Object value)
          Sets the value of the 'Date' attribute.
 void setDateNotes(java.util.List value)
          Sets the value of the 'Date Notes' attribute.
 void setDimensions(Dimensions value)
          Sets the value of the 'Dimensions' containment reference.
 void setDTDversion(DTDVersionEnum value)
          Sets the value of the 'DT Dversion' attribute.
 void setInteractions(Interactions value)
          Sets the value of the 'Interactions' containment reference.
 void setName(java.lang.Object value)
          Sets the value of the 'Name' attribute.
 void setNameNotes(java.util.List value)
          Sets the value of the 'Name Notes' attribute.
 void setNotes(Notes value)
          Sets the value of the 'Notes' containment reference.
 void setObjects(Objects value)
          Sets the value of the 'Objects' containment reference.
 void setOther(java.lang.Object value)
          Sets the value of the 'Other' attribute.
 void setOtherNotes(java.util.List value)
          Sets the value of the 'Other Notes' attribute.
 void setPocEmail(java.lang.Object value)
          Sets the value of the 'Poc Email' attribute.
 void setPocEmailNotes(java.util.List value)
          Sets the value of the 'Poc Email Notes' attribute.
 void setPocName(java.lang.Object value)
          Sets the value of the 'Poc Name' attribute.
 void setPocNameNotes(java.util.List value)
          Sets the value of the 'Poc Name Notes' attribute.
 void setPocOrg(java.lang.Object value)
          Sets the value of the 'Poc Org' attribute.
 void setPocOrgNotes(java.util.List value)
          Sets the value of the 'Poc Org Notes' attribute.
 void setPocPhone(java.lang.Object value)
          Sets the value of the 'Poc Phone' attribute.
 void setPocPhoneNotes(java.util.List value)
          Sets the value of the 'Poc Phone Notes' attribute.
 void setPurpose(java.lang.Object value)
          Sets the value of the 'Purpose' attribute.
 void setPurposeNotes(java.util.List value)
          Sets the value of the 'Purpose Notes' attribute.
 void setReferences(java.lang.Object value)
          Sets the value of the 'References' attribute.
 void setReferencesNotes(java.util.List value)
          Sets the value of the 'References Notes' attribute.
 void setSponsor(java.lang.Object value)
          Sets the value of the 'Sponsor' attribute.
 void setSponsorNotes(java.util.List value)
          Sets the value of the 'Sponsor Notes' attribute.
 void setSwitches(Switches value)
          Sets the value of the 'Switches' containment reference.
 void setSynchronizations(Synchronizations value)
          Sets the value of the 'Synchronizations' containment reference.
 void setTags(Tags value)
          Sets the value of the 'Tags' containment reference.
 void setTime(Time value)
          Sets the value of the 'Time' containment reference.
 void setTransportations(Transportations value)
          Sets the value of the 'Transportations' containment reference.
 void setType(ObjectModelTypeEnum value)
          Sets the value of the 'Type' attribute.
 void setTypeNotes(java.util.List value)
          Sets the value of the 'Type Notes' attribute.
 void setVersion(java.lang.Object value)
          Sets the value of the 'Version' attribute.
 void setVersionNotes(java.util.List value)
          Sets the value of the 'Version Notes' attribute.
 void unsetDTDversion()
          Unsets the value of the 'DT Dversion' attribute.
 void unsetType()
          Unsets the value of the 'Type' 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

getObjects

Objects getObjects()
Returns the value of the 'Objects' containment reference.

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

Returns:
the value of the 'Objects' containment reference.
See Also:
setObjects(Objects), OmtPackage.getObjectModel_Objects()
generated
model
containment="true" extendedMetaData="kind='element' name='objects' namespace='##targetNamespace'"

setObjects

void setObjects(Objects value)
Sets the value of the 'Objects' containment reference.

Parameters:
value - the new value of the 'Objects' containment reference.
See Also:
getObjects()
generated

getInteractions

Interactions getInteractions()
Returns the value of the 'Interactions' containment reference.

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

Returns:
the value of the 'Interactions' containment reference.
See Also:
setInteractions(Interactions), OmtPackage.getObjectModel_Interactions()
generated
model
containment="true" extendedMetaData="kind='element' name='interactions' namespace='##targetNamespace'"

setInteractions

void setInteractions(Interactions value)
Sets the value of the 'Interactions' containment reference.

Parameters:
value - the new value of the 'Interactions' containment reference.
See Also:
getInteractions()
generated

getDimensions

Dimensions getDimensions()
Returns the value of the 'Dimensions' containment reference.

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

Returns:
the value of the 'Dimensions' containment reference.
See Also:
setDimensions(Dimensions), OmtPackage.getObjectModel_Dimensions()
generated
model
containment="true" extendedMetaData="kind='element' name='dimensions' namespace='##targetNamespace'"

setDimensions

void setDimensions(Dimensions value)
Sets the value of the 'Dimensions' containment reference.

Parameters:
value - the new value of the 'Dimensions' containment reference.
See Also:
getDimensions()
generated

getTime

Time getTime()
Returns the value of the 'Time' containment reference.

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

Returns:
the value of the 'Time' containment reference.
See Also:
setTime(Time), OmtPackage.getObjectModel_Time()
generated
model
containment="true" extendedMetaData="kind='element' name='time' namespace='##targetNamespace'"

setTime

void setTime(Time value)
Sets the value of the 'Time' containment reference.

Parameters:
value - the new value of the 'Time' containment reference.
See Also:
getTime()
generated

getTags

Tags getTags()
Returns the value of the 'Tags' containment reference.

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

Returns:
the value of the 'Tags' containment reference.
See Also:
setTags(Tags), OmtPackage.getObjectModel_Tags()
generated
model
containment="true" extendedMetaData="kind='element' name='tags' namespace='##targetNamespace'"

setTags

void setTags(Tags value)
Sets the value of the 'Tags' containment reference.

Parameters:
value - the new value of the 'Tags' containment reference.
See Also:
getTags()
generated

getSynchronizations

Synchronizations getSynchronizations()
Returns the value of the 'Synchronizations' containment reference.

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

Returns:
the value of the 'Synchronizations' containment reference.
See Also:
setSynchronizations(Synchronizations), OmtPackage.getObjectModel_Synchronizations()
generated
model
containment="true" extendedMetaData="kind='element' name='synchronizations' namespace='##targetNamespace'"

setSynchronizations

void setSynchronizations(Synchronizations value)
Sets the value of the 'Synchronizations' containment reference.

Parameters:
value - the new value of the 'Synchronizations' containment reference.
See Also:
getSynchronizations()
generated

getTransportations

Transportations getTransportations()
Returns the value of the 'Transportations' containment reference.

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

Returns:
the value of the 'Transportations' containment reference.
See Also:
setTransportations(Transportations), OmtPackage.getObjectModel_Transportations()
generated
model
containment="true" extendedMetaData="kind='element' name='transportations' namespace='##targetNamespace'"

setTransportations

void setTransportations(Transportations value)
Sets the value of the 'Transportations' containment reference.

Parameters:
value - the new value of the 'Transportations' containment reference.
See Also:
getTransportations()
generated

getSwitches

Switches getSwitches()
Returns the value of the 'Switches' containment reference.

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

Returns:
the value of the 'Switches' containment reference.
See Also:
setSwitches(Switches), OmtPackage.getObjectModel_Switches()
generated
model
containment="true" extendedMetaData="kind='element' name='switches' namespace='##targetNamespace'"

setSwitches

void setSwitches(Switches value)
Sets the value of the 'Switches' containment reference.

Parameters:
value - the new value of the 'Switches' containment reference.
See Also:
getSwitches()
generated

getDataTypes

DataTypes getDataTypes()
Returns the value of the 'Data Types' containment reference.

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

Returns:
the value of the 'Data Types' containment reference.
See Also:
setDataTypes(DataTypes), OmtPackage.getObjectModel_DataTypes()
generated
model
containment="true" extendedMetaData="kind='element' name='dataTypes' namespace='##targetNamespace'"

setDataTypes

void setDataTypes(DataTypes value)
Sets the value of the 'Data Types' containment reference.

Parameters:
value - the new value of the 'Data Types' containment reference.
See Also:
getDataTypes()
generated

getNotes

Notes getNotes()
Returns the value of the 'Notes' containment reference.

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

Returns:
the value of the 'Notes' containment reference.
See Also:
setNotes(Notes), OmtPackage.getObjectModel_Notes()
generated
model
containment="true" extendedMetaData="kind='element' name='notes' namespace='##targetNamespace'"

setNotes

void setNotes(Notes value)
Sets the value of the 'Notes' containment reference.

Parameters:
value - the new value of the 'Notes' containment reference.
See Also:
getNotes()
generated

getAppDomain

java.lang.Object getAppDomain()
Returns the value of the 'App Domain' attribute.

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

Returns:
the value of the 'App Domain' attribute.
See Also:
setAppDomain(Object), OmtPackage.getObjectModel_AppDomain()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='appDomain' namespace='##targetNamespace'"

setAppDomain

void setAppDomain(java.lang.Object value)
Sets the value of the 'App Domain' attribute.

Parameters:
value - the new value of the 'App Domain' attribute.
See Also:
getAppDomain()
generated

getAppDomainNotes

java.util.List getAppDomainNotes()
Returns the value of the 'App Domain Notes' attribute.

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

Returns:
the value of the 'App Domain Notes' attribute.
See Also:
setAppDomainNotes(List), OmtPackage.getObjectModel_AppDomainNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='appDomainNotes' namespace='##targetNamespace'"

setAppDomainNotes

void setAppDomainNotes(java.util.List value)
Sets the value of the 'App Domain Notes' attribute.

Parameters:
value - the new value of the 'App Domain Notes' attribute.
See Also:
getAppDomainNotes()
generated

getDate

java.lang.Object getDate()
Returns the value of the 'Date' attribute.

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

Returns:
the value of the 'Date' attribute.
See Also:
setDate(Object), OmtPackage.getObjectModel_Date()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='date' namespace='##targetNamespace'"

setDate

void setDate(java.lang.Object value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()
generated

getDateNotes

java.util.List getDateNotes()
Returns the value of the 'Date Notes' attribute.

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

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

setDateNotes

void setDateNotes(java.util.List value)
Sets the value of the 'Date Notes' attribute.

Parameters:
value - the new value of the 'Date Notes' attribute.
See Also:
getDateNotes()
generated

getDTDversion

DTDVersionEnum getDTDversion()
Returns the value of the 'DT Dversion' attribute. The default value is "1516.2". The literals are from the enumeration DTDVersionEnum.

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

Returns:
the value of the 'DT Dversion' attribute.
See Also:
DTDVersionEnum, isSetDTDversion(), unsetDTDversion(), setDTDversion(DTDVersionEnum), OmtPackage.getObjectModel_DTDversion()
generated
model
default="1516.2" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='DTDversion' namespace='##targetNamespace'"

setDTDversion

void setDTDversion(DTDVersionEnum value)
Sets the value of the 'DT Dversion' attribute.

Parameters:
value - the new value of the 'DT Dversion' attribute.
See Also:
DTDVersionEnum, isSetDTDversion(), unsetDTDversion(), getDTDversion()
generated

unsetDTDversion

void unsetDTDversion()
Unsets the value of the 'DT Dversion' attribute.

See Also:
isSetDTDversion(), getDTDversion(), setDTDversion(DTDVersionEnum)
generated

isSetDTDversion

boolean isSetDTDversion()
Returns whether the value of the 'DT Dversion' attribute is set.

Returns:
whether the value of the 'DT Dversion' attribute is set.
See Also:
unsetDTDversion(), getDTDversion(), setDTDversion(DTDVersionEnum)
generated

getName

java.lang.Object getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(Object), OmtPackage.getObjectModel_Name()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"

setName

void setName(java.lang.Object value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
generated

getNameNotes

java.util.List getNameNotes()
Returns the value of the 'Name Notes' attribute.

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

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

setNameNotes

void setNameNotes(java.util.List value)
Sets the value of the 'Name Notes' attribute.

Parameters:
value - the new value of the 'Name Notes' attribute.
See Also:
getNameNotes()
generated

getOther

java.lang.Object getOther()
Returns the value of the 'Other' attribute.

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

Returns:
the value of the 'Other' attribute.
See Also:
setOther(Object), OmtPackage.getObjectModel_Other()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='other' namespace='##targetNamespace'"

setOther

void setOther(java.lang.Object value)
Sets the value of the 'Other' attribute.

Parameters:
value - the new value of the 'Other' attribute.
See Also:
getOther()
generated

getOtherNotes

java.util.List getOtherNotes()
Returns the value of the 'Other Notes' attribute.

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

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

setOtherNotes

void setOtherNotes(java.util.List value)
Sets the value of the 'Other Notes' attribute.

Parameters:
value - the new value of the 'Other Notes' attribute.
See Also:
getOtherNotes()
generated

getPocEmail

java.lang.Object getPocEmail()
Returns the value of the 'Poc Email' attribute.

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

Returns:
the value of the 'Poc Email' attribute.
See Also:
setPocEmail(Object), OmtPackage.getObjectModel_PocEmail()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='pocEmail' namespace='##targetNamespace'"

setPocEmail

void setPocEmail(java.lang.Object value)
Sets the value of the 'Poc Email' attribute.

Parameters:
value - the new value of the 'Poc Email' attribute.
See Also:
getPocEmail()
generated

getPocEmailNotes

java.util.List getPocEmailNotes()
Returns the value of the 'Poc Email Notes' attribute.

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

Returns:
the value of the 'Poc Email Notes' attribute.
See Also:
setPocEmailNotes(List), OmtPackage.getObjectModel_PocEmailNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='pocEmailNotes' namespace='##targetNamespace'"

setPocEmailNotes

void setPocEmailNotes(java.util.List value)
Sets the value of the 'Poc Email Notes' attribute.

Parameters:
value - the new value of the 'Poc Email Notes' attribute.
See Also:
getPocEmailNotes()
generated

getPocName

java.lang.Object getPocName()
Returns the value of the 'Poc Name' attribute.

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

Returns:
the value of the 'Poc Name' attribute.
See Also:
setPocName(Object), OmtPackage.getObjectModel_PocName()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='pocName' namespace='##targetNamespace'"

setPocName

void setPocName(java.lang.Object value)
Sets the value of the 'Poc Name' attribute.

Parameters:
value - the new value of the 'Poc Name' attribute.
See Also:
getPocName()
generated

getPocNameNotes

java.util.List getPocNameNotes()
Returns the value of the 'Poc Name Notes' attribute.

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

Returns:
the value of the 'Poc Name Notes' attribute.
See Also:
setPocNameNotes(List), OmtPackage.getObjectModel_PocNameNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='pocNameNotes' namespace='##targetNamespace'"

setPocNameNotes

void setPocNameNotes(java.util.List value)
Sets the value of the 'Poc Name Notes' attribute.

Parameters:
value - the new value of the 'Poc Name Notes' attribute.
See Also:
getPocNameNotes()
generated

getPocOrg

java.lang.Object getPocOrg()
Returns the value of the 'Poc Org' attribute.

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

Returns:
the value of the 'Poc Org' attribute.
See Also:
setPocOrg(Object), OmtPackage.getObjectModel_PocOrg()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='pocOrg' namespace='##targetNamespace'"

setPocOrg

void setPocOrg(java.lang.Object value)
Sets the value of the 'Poc Org' attribute.

Parameters:
value - the new value of the 'Poc Org' attribute.
See Also:
getPocOrg()
generated

getPocOrgNotes

java.util.List getPocOrgNotes()
Returns the value of the 'Poc Org Notes' attribute.

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

Returns:
the value of the 'Poc Org Notes' attribute.
See Also:
setPocOrgNotes(List), OmtPackage.getObjectModel_PocOrgNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='pocOrgNotes' namespace='##targetNamespace'"

setPocOrgNotes

void setPocOrgNotes(java.util.List value)
Sets the value of the 'Poc Org Notes' attribute.

Parameters:
value - the new value of the 'Poc Org Notes' attribute.
See Also:
getPocOrgNotes()
generated

getPocPhone

java.lang.Object getPocPhone()
Returns the value of the 'Poc Phone' attribute.

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

Returns:
the value of the 'Poc Phone' attribute.
See Also:
setPocPhone(Object), OmtPackage.getObjectModel_PocPhone()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='pocPhone' namespace='##targetNamespace'"

setPocPhone

void setPocPhone(java.lang.Object value)
Sets the value of the 'Poc Phone' attribute.

Parameters:
value - the new value of the 'Poc Phone' attribute.
See Also:
getPocPhone()
generated

getPocPhoneNotes

java.util.List getPocPhoneNotes()
Returns the value of the 'Poc Phone Notes' attribute.

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

Returns:
the value of the 'Poc Phone Notes' attribute.
See Also:
setPocPhoneNotes(List), OmtPackage.getObjectModel_PocPhoneNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='pocPhoneNotes' namespace='##targetNamespace'"

setPocPhoneNotes

void setPocPhoneNotes(java.util.List value)
Sets the value of the 'Poc Phone Notes' attribute.

Parameters:
value - the new value of the 'Poc Phone Notes' attribute.
See Also:
getPocPhoneNotes()
generated

getPurpose

java.lang.Object getPurpose()
Returns the value of the 'Purpose' attribute.

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

Returns:
the value of the 'Purpose' attribute.
See Also:
setPurpose(Object), OmtPackage.getObjectModel_Purpose()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='purpose' namespace='##targetNamespace'"

setPurpose

void setPurpose(java.lang.Object value)
Sets the value of the 'Purpose' attribute.

Parameters:
value - the new value of the 'Purpose' attribute.
See Also:
getPurpose()
generated

getPurposeNotes

java.util.List getPurposeNotes()
Returns the value of the 'Purpose Notes' attribute.

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

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

setPurposeNotes

void setPurposeNotes(java.util.List value)
Sets the value of the 'Purpose Notes' attribute.

Parameters:
value - the new value of the 'Purpose Notes' attribute.
See Also:
getPurposeNotes()
generated

getReferences

java.lang.Object getReferences()
Returns the value of the 'References' attribute.

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

Returns:
the value of the 'References' attribute.
See Also:
setReferences(Object), OmtPackage.getObjectModel_References()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='references' namespace='##targetNamespace'"

setReferences

void setReferences(java.lang.Object value)
Sets the value of the 'References' attribute.

Parameters:
value - the new value of the 'References' attribute.
See Also:
getReferences()
generated

getReferencesNotes

java.util.List getReferencesNotes()
Returns the value of the 'References Notes' attribute.

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

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

setReferencesNotes

void setReferencesNotes(java.util.List value)
Sets the value of the 'References Notes' attribute.

Parameters:
value - the new value of the 'References Notes' attribute.
See Also:
getReferencesNotes()
generated

getSponsor

java.lang.Object getSponsor()
Returns the value of the 'Sponsor' attribute.

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

Returns:
the value of the 'Sponsor' attribute.
See Also:
setSponsor(Object), OmtPackage.getObjectModel_Sponsor()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='sponsor' namespace='##targetNamespace'"

setSponsor

void setSponsor(java.lang.Object value)
Sets the value of the 'Sponsor' attribute.

Parameters:
value - the new value of the 'Sponsor' attribute.
See Also:
getSponsor()
generated

getSponsorNotes

java.util.List getSponsorNotes()
Returns the value of the 'Sponsor Notes' attribute.

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

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

setSponsorNotes

void setSponsorNotes(java.util.List value)
Sets the value of the 'Sponsor Notes' attribute.

Parameters:
value - the new value of the 'Sponsor Notes' attribute.
See Also:
getSponsorNotes()
generated

getType

ObjectModelTypeEnum getType()
Returns the value of the 'Type' attribute. The default value is "FOM". The literals are from the enumeration ObjectModelTypeEnum.

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

Returns:
the value of the 'Type' attribute.
See Also:
ObjectModelTypeEnum, isSetType(), unsetType(), setType(ObjectModelTypeEnum), OmtPackage.getObjectModel_Type()
generated
model
default="FOM" unique="false" unsettable="true" required="true" extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"

setType

void setType(ObjectModelTypeEnum value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ObjectModelTypeEnum, isSetType(), unsetType(), getType()
generated

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(ObjectModelTypeEnum)
generated

isSetType

boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(ObjectModelTypeEnum)
generated

getTypeNotes

java.util.List getTypeNotes()
Returns the value of the 'Type Notes' attribute.

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

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

setTypeNotes

void setTypeNotes(java.util.List value)
Sets the value of the 'Type Notes' attribute.

Parameters:
value - the new value of the 'Type Notes' attribute.
See Also:
getTypeNotes()
generated

getVersion

java.lang.Object getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(Object), OmtPackage.getObjectModel_Version()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='version' namespace='##targetNamespace'"

setVersion

void setVersion(java.lang.Object value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
generated

getVersionNotes

java.util.List getVersionNotes()
Returns the value of the 'Version Notes' attribute.

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

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

setVersionNotes

void setVersionNotes(java.util.List value)
Sets the value of the 'Version Notes' attribute.

Parameters:
value - the new value of the 'Version Notes' attribute.
See Also:
getVersionNotes()
generated