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.Entity
A 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 boolean
adheresToValueType(Object instance)
<P> P
getProperty(Class<P> propertyType)
<P> boolean
hasProperty(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(Class<P> propertyType)
- Generated class or method.
- EMF model class or method.
-
adheresToValueType
boolean adheresToValueType(Object instance)
- Generated class or method.
- EMF model class or method.
- required="true" instanceDataType="tools.mdsd.characteristics.manifestation.EManifestationObject"
-
hasProperty
<P> boolean hasProperty(Class<P> propertyType)
- Generated class or method.
- EMF model class or method.
- required="true"
-
-