Interface ValueType
-
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity,EObject,tools.mdsd.modelingfoundations.identifier.Identifier,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier
- All Known Subinterfaces:
BaseValueType,CollectionValueType,EDataTypeValueType,EnumValueType,StructuredValueType,ValueTypeAlias
- All Known Implementing Classes:
BaseValueTypeImpl,CollectionValueTypeImpl,EDataTypeValueTypeImpl,EnumValueTypeImpl,StructuredValueTypeImpl,ValueTypeAliasImpl,ValueTypeImpl
public interface ValueType extends tools.mdsd.modelingfoundations.identifier.EntityA representation of the model object 'Value Type'.- See Also:
ValuetypePackage.getValueType()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadheresToValueType(java.lang.Object instance)<P> PgetProperty(java.lang.Class<P> propertyType)<P> booleanhasProperty(java.lang.Class<P> propertyType)-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getProperty
<P> P getProperty(java.lang.Class<P> propertyType)
- Generated class or method.
- EMF model class or method.
-
adheresToValueType
boolean adheresToValueType(java.lang.Object instance)
- Generated class or method.
- EMF model class or method.
- required="true" instanceDataType="tools.mdsd.characteristics.manifestation.EManifestationObject"
-
hasProperty
<P> boolean hasProperty(java.lang.Class<P> propertyType)
- Generated class or method.
- EMF model class or method.
- required="true"
-
-