Package org.eclipse.esmf.metamodel.impl
Class DefaultQuantityKind
java.lang.Object
org.eclipse.esmf.metamodel.impl.ModelElementImpl
org.eclipse.esmf.metamodel.impl.DefaultQuantityKind
- All Implemented Interfaces:
Comparable<ModelElementImpl>,ModelElement,NamedElement,QuantityKind
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultQuantityKind(MetaModelBaseAttributes metaModelBaseAttributes, String label) -
Method Summary
Methods inherited from class org.eclipse.esmf.metamodel.impl.ModelElementImpl
compareTo, getAspectModelUrn, getDescriptions, getMetaModelVersion, getName, getPreferredNames, getSee, hasSyntheticNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Constructor Details
-
DefaultQuantityKind
-
-
Method Details
-
getLabel
Description copied from interface:QuantityKindReturns the quantity kind's human-readable name- Specified by:
getLabelin interfaceQuantityKind
-
equals
- Overrides:
equalsin classModelElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classModelElementImpl
-
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
-
toString
-