Package org.eclipse.esmf.metamodel.impl
Class DefaultScalarValue
java.lang.Object
org.eclipse.esmf.metamodel.impl.DefaultScalarValue
- All Implemented Interfaces:
Comparable<ScalarValue>,ModelElement,ScalarValue,Value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,C> T accept(AspectVisitor<T, C> visitor, C context) intcompareTo(ScalarValue other) booleanorg.eclipse.esmf.samm.KnownVersiongetType()getValue()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
as, is
-
Constructor Details
-
DefaultScalarValue
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceScalarValue
-
getType
-
getMetaModelVersion
public org.eclipse.esmf.samm.KnownVersion getMetaModelVersion()- Specified by:
getMetaModelVersionin interfaceModelElement- Returns:
- the version of the Aspect Meta Model on which the Aspect Model is based.
-
accept
- Specified by:
acceptin interfaceModelElement
-
compareTo
- Specified by:
compareToin interfaceComparable<ScalarValue>
-
toString
-
equals
-
hashCode
public int hashCode()
-