|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDefinition
A representation of the model object 'Definition'.
The following features are supported:
Property Type Reference
Property Type
Defaultproperty Value
Applies To Classifier
Access
Inherit
List
Appliesto
Has Empty List
PropertyPackage.getPropertyDefinition()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addAppliesto(PropertyOwnerCategory value)
Adds to the list the value of the ' Appliesto ' attribute list |
void |
addAppliesToClassifier(ClassifierValue value)
Adds to the list the value of the ' Applies To Classifier ' containment reference list |
void |
addDefaultpropertyValue(PropertyValue value)
Adds to the list the value of the ' Defaultproperty Value ' containment reference list |
boolean |
appliesTo(PropertyHolder element)
Does this property apply to the given element? |
org.eclipse.emf.common.util.EList |
getAppliesto()
Returns the value of the 'Appliesto' attribute list. |
org.eclipse.emf.common.util.EList |
getAppliesToClassifier()
Returns the value of the 'Applies To Classifier' containment reference list. |
org.eclipse.emf.common.util.EList |
getDefaultpropertyValue()
Returns the value of the 'Defaultproperty Value' containment reference list. |
AadlPropertyValue |
getDefaultValue()
Get the default value of the property. |
ParsedPropertyReference |
getParsedPropertyReference()
get the parsed property reference |
PropertySet |
getPropertySet()
gets the containing property set for a named property definition |
PropertyType |
getPropertyType()
Returns the value of the 'Property Type' containment reference |
PropertyType |
getPropertyTypeReference()
Returns the value of the 'Property Type Reference' reference |
java.lang.String |
getQualifiedName()
get the qualified property name |
PropertyType |
getThePropertyType()
returns the property type of a property definition. |
boolean |
isAccess()
Returns the value of the 'Access' attribute. |
boolean |
isHasEmptyList()
Returns the value of the 'Has Empty List' attribute. |
boolean |
isInherit()
Returns the value of the 'Inherit' attribute. |
boolean |
isList()
Returns the value of the 'List' attribute. |
void |
setAccess(boolean value)
Sets the value of the ' Access ' attribute |
void |
setHasEmptyList(boolean value)
Sets the value of the ' Has Empty List ' attribute |
void |
setInherit(boolean value)
Sets the value of the ' Inherit ' attribute |
void |
setList(boolean value)
Sets the value of the ' List ' attribute |
void |
setParsedPropertyReference(ParsedPropertyReference pr)
set the parsed property reference |
void |
setPropertyType(PropertyType value)
Sets the value of the ' Property Type ' containment reference |
void |
setPropertyTypeReference(PropertyType value)
Sets the value of the ' Property Type Reference ' reference |
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 |
Methods inherited from interface edu.cmu.sei.aadl.model.property.ReferencedProperty |
---|
evaluate, preEvaluate |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
PropertyType getPropertyTypeReference()
If the meaning of the 'Property Type' reference isn't clear, there really should be more of a description here...
setPropertyTypeReference(PropertyType)
,
PropertyPackage.getPropertyDefinition_PropertyTypeReference()
void setPropertyTypeReference(PropertyType value)
Property Type Reference
' reference.
value
- the new value of the 'Property Type Reference' reference.getPropertyTypeReference()
PropertyType getPropertyType()
If the meaning of the 'Unnamedproperty Type' containment reference isn't clear, there really should be more of a description here...
setPropertyType(PropertyType)
,
PropertyPackage.getPropertyDefinition_PropertyType()
void setPropertyType(PropertyType value)
Property Type
' containment reference.
value
- the new value of the 'Property Type' containment reference.getPropertyType()
org.eclipse.emf.common.util.EList getDefaultpropertyValue()
PropertyValue
.
If the meaning of the 'Defaultproperty Value' containment reference list isn't clear, there really should be more of a description here...
PropertyPackage.getPropertyDefinition_DefaultpropertyValue()
void addDefaultpropertyValue(PropertyValue value)
Defaultproperty Value
' containment reference list.
value
- the value to add to 'Defaultproperty Value' containment reference list.org.eclipse.emf.common.util.EList getAppliesToClassifier()
ClassifierValue
.
If the meaning of the 'Applies To Classifier' containment reference list isn't clear, there really should be more of a description here...
PropertyPackage.getPropertyDefinition_AppliesToClassifier()
void addAppliesToClassifier(ClassifierValue value)
Applies To Classifier
' containment reference list.
value
- the value to add to 'Applies To Classifier' containment reference list.boolean isAccess()
"false"
.
If the meaning of the 'Access' attribute isn't clear, there really should be more of a description here...
setAccess(boolean)
,
PropertyPackage.getPropertyDefinition_Access()
void setAccess(boolean value)
Access
' attribute.
value
- the new value of the 'Access' attribute.isAccess()
boolean isInherit()
"false"
.
If the meaning of the 'Inherit' attribute isn't clear, there really should be more of a description here...
setInherit(boolean)
,
PropertyPackage.getPropertyDefinition_Inherit()
void setInherit(boolean value)
Inherit
' attribute.
value
- the new value of the 'Inherit' attribute.isInherit()
boolean isList()
"false"
.
If the meaning of the 'List' attribute isn't clear, there really should be more of a description here...
isList
in interface ReferencedProperty
setList(boolean)
,
PropertyPackage.getPropertyDefinition_List()
void setList(boolean value)
List
' attribute.
value
- the new value of the 'List' attribute.isList()
org.eclipse.emf.common.util.EList getAppliesto()
PropertyOwnerCategory
.
The literals are from the enumeration PropertyOwnerCategory
.
If the meaning of the 'Appliesto' attribute list isn't clear, there really should be more of a description here...
PropertyOwnerCategory
,
PropertyPackage.getPropertyDefinition_Appliesto()
void addAppliesto(PropertyOwnerCategory value)
Appliesto
' attribute list.
value
- the value to add to 'Appliesto' attribute list.boolean isHasEmptyList()
"false"
.
If the meaning of the 'Has Empty List' attribute isn't clear, there really should be more of a description here...
setHasEmptyList(boolean)
,
PropertyPackage.getPropertyDefinition_HasEmptyList()
void setHasEmptyList(boolean value)
Has Empty List
' attribute.
value
- the new value of the 'Has Empty List' attribute.isHasEmptyList()
java.lang.String getQualifiedName()
ParsedPropertyReference getParsedPropertyReference()
void setParsedPropertyReference(ParsedPropertyReference pr)
pr
- property name with the propertysetboolean appliesTo(PropertyHolder element)
element
- The element to test.
AadlPropertyValue getDefaultValue()
getDefaultpropertyValue()
in several ways:
AadlPropertyValue
object
PropertySet getPropertySet()
PropertyType getThePropertyType()
getThePropertyType
in interface ReferencedProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |