org.eodisp.hla.crc.omt
Interface Transportation

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

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

A representation of the model object 'Transportation'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Object getDescription()
          Returns the value of the 'Description' attribute.
 java.util.List getDescriptionNotes()
          Returns the value of the 'Description Notes' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.util.List getNameNotes()
          Returns the value of the 'Name Notes' attribute.
 void setDescription(java.lang.Object value)
          Sets the value of the 'Description' attribute.
 void setDescriptionNotes(java.util.List value)
          Sets the value of the 'Description Notes' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setNameNotes(java.util.List value)
          Sets the value of the 'Name Notes' 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

getDescription

java.lang.Object 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(Object), OmtPackage.getTransportation_Description()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(java.lang.Object value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
generated

getDescriptionNotes

java.util.List getDescriptionNotes()
Returns the value of the 'Description Notes' attribute.

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

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

setDescriptionNotes

void setDescriptionNotes(java.util.List value)
Sets the value of the 'Description Notes' attribute.

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

getName

java.lang.String 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(String), OmtPackage.getTransportation_Name()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"

setName

void setName(java.lang.String 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.getTransportation_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