|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleData
A representation of the model object 'Simple Data'.
The following features are supported:
AccuracyAccuracy NotesNameName NotesRepresentationRepresentation NotesResolutionResolution NotesSemanticsSemantics NotesUnitsUnits Notes
OmtPackage.getSimpleData()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.Object |
getAccuracy()
Returns the value of the 'Accuracy' attribute. |
java.util.List |
getAccuracyNotes()
Returns the value of the 'Accuracy 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.String |
getRepresentation()
Returns the value of the 'Representation' attribute. |
java.util.List |
getRepresentationNotes()
Returns the value of the 'Representation Notes' attribute. |
java.lang.Object |
getResolution()
Returns the value of the 'Resolution' attribute. |
java.util.List |
getResolutionNotes()
Returns the value of the 'Resolution Notes' attribute. |
java.lang.Object |
getSemantics()
Returns the value of the 'Semantics' attribute. |
java.util.List |
getSemanticsNotes()
Returns the value of the 'Semantics Notes' attribute. |
java.lang.Object |
getUnits()
Returns the value of the 'Units' attribute. |
java.util.List |
getUnitsNotes()
Returns the value of the 'Units Notes' attribute. |
void |
setAccuracy(java.lang.Object value)
Sets the value of the ' Accuracy' attribute. |
void |
setAccuracyNotes(java.util.List value)
Sets the value of the ' Accuracy 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 |
setRepresentation(java.lang.String value)
Sets the value of the ' Representation' attribute. |
void |
setRepresentationNotes(java.util.List value)
Sets the value of the ' Representation Notes' attribute. |
void |
setResolution(java.lang.Object value)
Sets the value of the ' Resolution' attribute. |
void |
setResolutionNotes(java.util.List value)
Sets the value of the ' Resolution Notes' attribute. |
void |
setSemantics(java.lang.Object value)
Sets the value of the ' Semantics' attribute. |
void |
setSemanticsNotes(java.util.List value)
Sets the value of the ' Semantics Notes' attribute. |
void |
setUnits(java.lang.Object value)
Sets the value of the ' Units' attribute. |
void |
setUnitsNotes(java.util.List value)
Sets the value of the ' Units 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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.Object getAccuracy()
If the meaning of the 'Accuracy' attribute isn't clear, there really should be more of a description here...
setAccuracy(Object),
OmtPackage.getSimpleData_Accuracy()void setAccuracy(java.lang.Object value)
Accuracy' attribute.
value - the new value of the 'Accuracy' attribute.getAccuracy()java.util.List getAccuracyNotes()
If the meaning of the 'Accuracy Notes' attribute isn't clear, there really should be more of a description here...
setAccuracyNotes(List),
OmtPackage.getSimpleData_AccuracyNotes()void setAccuracyNotes(java.util.List value)
Accuracy Notes' attribute.
value - the new value of the 'Accuracy Notes' attribute.getAccuracyNotes()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
OmtPackage.getSimpleData_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.util.List getNameNotes()
If the meaning of the 'Name Notes' attribute isn't clear, there really should be more of a description here...
setNameNotes(List),
OmtPackage.getSimpleData_NameNotes()void setNameNotes(java.util.List value)
Name Notes' attribute.
value - the new value of the 'Name Notes' attribute.getNameNotes()java.lang.String getRepresentation()
If the meaning of the 'Representation' attribute isn't clear, there really should be more of a description here...
setRepresentation(String),
OmtPackage.getSimpleData_Representation()void setRepresentation(java.lang.String value)
Representation' attribute.
value - the new value of the 'Representation' attribute.getRepresentation()java.util.List getRepresentationNotes()
If the meaning of the 'Representation Notes' attribute isn't clear, there really should be more of a description here...
setRepresentationNotes(List),
OmtPackage.getSimpleData_RepresentationNotes()void setRepresentationNotes(java.util.List value)
Representation Notes' attribute.
value - the new value of the 'Representation Notes' attribute.getRepresentationNotes()java.lang.Object getResolution()
If the meaning of the 'Resolution' attribute isn't clear, there really should be more of a description here...
setResolution(Object),
OmtPackage.getSimpleData_Resolution()void setResolution(java.lang.Object value)
Resolution' attribute.
value - the new value of the 'Resolution' attribute.getResolution()java.util.List getResolutionNotes()
If the meaning of the 'Resolution Notes' attribute isn't clear, there really should be more of a description here...
setResolutionNotes(List),
OmtPackage.getSimpleData_ResolutionNotes()void setResolutionNotes(java.util.List value)
Resolution Notes' attribute.
value - the new value of the 'Resolution Notes' attribute.getResolutionNotes()java.lang.Object getSemantics()
If the meaning of the 'Semantics' attribute isn't clear, there really should be more of a description here...
setSemantics(Object),
OmtPackage.getSimpleData_Semantics()void setSemantics(java.lang.Object value)
Semantics' attribute.
value - the new value of the 'Semantics' attribute.getSemantics()java.util.List getSemanticsNotes()
If the meaning of the 'Semantics Notes' attribute isn't clear, there really should be more of a description here...
setSemanticsNotes(List),
OmtPackage.getSimpleData_SemanticsNotes()void setSemanticsNotes(java.util.List value)
Semantics Notes' attribute.
value - the new value of the 'Semantics Notes' attribute.getSemanticsNotes()java.lang.Object getUnits()
If the meaning of the 'Units' attribute isn't clear, there really should be more of a description here...
setUnits(Object),
OmtPackage.getSimpleData_Units()void setUnits(java.lang.Object value)
Units' attribute.
value - the new value of the 'Units' attribute.getUnits()java.util.List getUnitsNotes()
If the meaning of the 'Units Notes' attribute isn't clear, there really should be more of a description here...
setUnitsNotes(List),
OmtPackage.getSimpleData_UnitsNotes()void setUnitsNotes(java.util.List value)
Units Notes' attribute.
value - the new value of the 'Units Notes' attribute.getUnitsNotes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||