|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectPropertyContainer
A representation of the model object 'Value Container'.
The following features are supported:
PropertyPackage.getDirectPropertyContainer()| Method Summary | |
|---|---|
java.util.Collection<PropertyDeclaration> |
getAllPropertyDeclarations()
Finds all of the Property Declarations that apply to this basekind. |
EMap |
getProperties()
Returns the value of the 'Properties' map. |
DirectProperty |
getPropertyValue(PropertyDeclaration declaration,
boolean excludeThisContainer)
Searches this DirectPropertyContainer (optionally) and all parent containers until a property value is found for the specification |
boolean |
isPropertyLocal(PropertyDeclaration declaration)
Determine if the specified property is set directly at this port property container |
void |
removeProperty(PropertyDeclaration property)
|
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject |
|---|
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference |
| Method Detail |
|---|
EMap getProperties()
PropertyDeclaration,
and the value is of type DirectProperty,
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
PropertyPackage.getDirectPropertyContainer_Properties()
DirectProperty getPropertyValue(PropertyDeclaration declaration,
boolean excludeThisContainer)
declaration - The property to look forexcludeThisContainer - If true, this container is ignored and only the parent
containers are examined
null otherwisevoid removeProperty(PropertyDeclaration property)
boolean isPropertyLocal(PropertyDeclaration declaration)
java.util.Collection<PropertyDeclaration> getAllPropertyDeclarations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||