edu.cmu.sei.aadl.model.property
Interface PropertyConstantType

All Superinterfaces:
AObject, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyType
All Known Subinterfaces:
Aadlboolean, Aadlinteger, Aadlreal, Aadlstring, EnumType, NumberType, RangeType
All Known Implementing Classes:
AadlbooleanImpl, AadlintegerImpl, AadlrealImpl, AadlstringImpl, EnumTypeImpl, NumberTypeImpl, PropertyConstantTypeImpl, RangeTypeImpl

public interface PropertyConstantType
extends PropertyType

A representation of the model object 'Constant Type'.

See Also:
PropertyPackage.getPropertyConstantType()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface edu.cmu.sei.aadl.model.property.PropertyType
VALUE_OKAY
 
Method Summary
 
Methods inherited from interface edu.cmu.sei.aadl.model.property.PropertyType
acceptsValuesOfType, containsValue, getPropertySet, getQualifiedName
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement
getName, setName
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values