Package org.eclipse.esmf.metamodel.impl
Class DefaultScalar
java.lang.Object
org.eclipse.esmf.metamodel.impl.DefaultScalar
- All Implemented Interfaces:
ModelElement,Scalar,Type
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultScalar(String urn, org.eclipse.esmf.samm.KnownVersion metaModelVersion) -
Method Summary
Modifier and TypeMethodDescription<T,C> T accept(AspectVisitor<T, C> visitor, C context) Accepts an Aspect visitorbooleanorg.eclipse.esmf.samm.KnownVersiongetUrn()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, isMethods inherited from interface org.eclipse.esmf.metamodel.Type
isComplexType
-
Constructor Details
-
DefaultScalar
-
-
Method Details
-
getUrn
-
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.
-
toString
-
accept
Accepts an Aspect visitor- Specified by:
acceptin interfaceModelElement- Type Parameters:
T- The result type of the traversal operationC- The context of the visitor traversal- Parameters:
visitor- The visitor to accept
-
equals
-
hashCode
public int hashCode()
-