org.eodisp.hla.crc.omt
Interface Dimension

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

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

A representation of the model object 'Dimension'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getDataType()
          Returns the value of the 'Data Type' attribute.
 java.util.List getDataTypeNotes()
          Returns the value of the 'Data Type 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.
 java.lang.Object getNormalization()
          Returns the value of the 'Normalization' attribute.
 java.util.List getNormalizationNotes()
          Returns the value of the 'Normalization Notes' attribute.
 java.lang.Object getUpperBound()
          Returns the value of the 'Upper Bound' attribute.
 java.util.List getUpperBoundNotes()
          Returns the value of the 'Upper Bound Notes' attribute.
 java.lang.Object getValue()
          Returns the value of the 'Value' attribute.
 java.util.List getValueNotes()
          Returns the value of the 'Value Notes' attribute.
 void setDataType(java.lang.String value)
          Sets the value of the 'Data Type' attribute.
 void setDataTypeNotes(java.util.List value)
          Sets the value of the 'Data Type 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.
 void setNormalization(java.lang.Object value)
          Sets the value of the 'Normalization' attribute.
 void setNormalizationNotes(java.util.List value)
          Sets the value of the 'Normalization Notes' attribute.
 void setUpperBound(java.lang.Object value)
          Sets the value of the 'Upper Bound' attribute.
 void setUpperBoundNotes(java.util.List value)
          Sets the value of the 'Upper Bound Notes' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' attribute.
 void setValueNotes(java.util.List value)
          Sets the value of the 'Value 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

getDataType

java.lang.String getDataType()
Returns the value of the 'Data Type' attribute.

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

Returns:
the value of the 'Data Type' attribute.
See Also:
setDataType(String), OmtPackage.getDimension_DataType()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" extendedMetaData="kind='attribute' name='dataType' namespace='##targetNamespace'"

setDataType

void setDataType(java.lang.String value)
Sets the value of the 'Data Type' attribute.

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

getDataTypeNotes

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

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

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

setDataTypeNotes

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

Parameters:
value - the new value of the 'Data Type Notes' attribute.
See Also:
getDataTypeNotes()
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.getDimension_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.getDimension_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

getNormalization

java.lang.Object getNormalization()
Returns the value of the 'Normalization' attribute.

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

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

setNormalization

void setNormalization(java.lang.Object value)
Sets the value of the 'Normalization' attribute.

Parameters:
value - the new value of the 'Normalization' attribute.
See Also:
getNormalization()
generated

getNormalizationNotes

java.util.List getNormalizationNotes()
Returns the value of the 'Normalization Notes' attribute.

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

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

setNormalizationNotes

void setNormalizationNotes(java.util.List value)
Sets the value of the 'Normalization Notes' attribute.

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

getUpperBound

java.lang.Object getUpperBound()
Returns the value of the 'Upper Bound' attribute.

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

Returns:
the value of the 'Upper Bound' attribute.
See Also:
setUpperBound(Object), OmtPackage.getDimension_UpperBound()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='upperBound' namespace='##targetNamespace'"

setUpperBound

void setUpperBound(java.lang.Object value)
Sets the value of the 'Upper Bound' attribute.

Parameters:
value - the new value of the 'Upper Bound' attribute.
See Also:
getUpperBound()
generated

getUpperBoundNotes

java.util.List getUpperBoundNotes()
Returns the value of the 'Upper Bound Notes' attribute.

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

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

setUpperBoundNotes

void setUpperBoundNotes(java.util.List value)
Sets the value of the 'Upper Bound Notes' attribute.

Parameters:
value - the new value of the 'Upper Bound Notes' attribute.
See Also:
getUpperBoundNotes()
generated

getValue

java.lang.Object getValue()
Returns the value of the 'Value' attribute.

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

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

setValue

void setValue(java.lang.Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
generated

getValueNotes

java.util.List getValueNotes()
Returns the value of the 'Value Notes' attribute.

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

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

setValueNotes

void setValueNotes(java.util.List value)
Sets the value of the 'Value Notes' attribute.

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