Modifier and Type | Field and Description |
---|---|
static String |
MetaclassName |
Modifier and Type | Method and Description |
---|---|
void |
addValue(IPropertyValue element)
Add a ObPropertyValue to the 'Value' association.
|
int |
cardValue()
Returns the number elements in the Value association.
|
int |
cardValue(Class<? extends IPropertyValue> filteredClass)
Returns the number elements in the Value association filtered with the given metaclass.
|
IRequirementContainer |
getDefaultValued()
Get the DefaultValued association.
|
IDictionary |
getDefaultValuedDictionary()
Get the DefaultValuedDictionary association.
|
IRequirement |
getOwner()
Get the Owner association.
|
ITerm |
getOwnerTerm()
Get the OwnerTerm association.
|
IPropertySet |
getType()
Get the Type association.
|
ObList<IPropertyValue> |
getValue()
Get the list of ObPropertyValue to the Value association.
|
<T extends IPropertyValue> |
getValue(Class<T> filteredClass)
Get the list of ObPropertyValue to the Value association.
|
void |
removeValue(IPropertyValue element)
Remove an ObPropertyValue from the 'Value' association.
|
void |
setDefaultValued(IRequirementContainer element)
Setter for the 'DefaultValued' [0..1] association.
|
void |
setDefaultValuedDictionary(IDictionary element)
Setter for the 'DefaultValuedDictionary' [0..1] association.
|
void |
setOwner(IRequirement element)
Setter for the 'Owner' [0..1] association.
|
void |
setOwnerTerm(ITerm element)
Setter for the 'OwnerTerm' [0..1] association.
|
void |
setType(IPropertySet element)
Setter for the 'Type' [1..1] association.
|
accept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDate, toString
static final String MetaclassName
IRequirement getOwner()
void setOwner(IRequirement element)
element
- The element to set.IDictionary getDefaultValuedDictionary()
void setDefaultValuedDictionary(IDictionary element)
element
- The element to set.IPropertySet getType()
void setType(IPropertySet element)
element
- The element to set.void addValue(IPropertyValue element)
element
- The ObPropertyValue to add.int cardValue()
int cardValue(Class<? extends IPropertyValue> filteredClass)
filteredClass
- The filter to apply.ObList<IPropertyValue> getValue()
<T extends IPropertyValue> ObList<T> getValue(Class<T> filteredClass)
This list is filtered using the given filteredClass
argument.
The returned list elements can therefore be directly safely casted.
T
- The applied filter.filteredClass
- The filter to apply.void removeValue(IPropertyValue element)
element
- The ObPropertyValue to remove.IRequirementContainer getDefaultValued()
void setDefaultValued(IRequirementContainer element)
element
- The element to set.ITerm getOwnerTerm()
void setOwnerTerm(ITerm element)
element
- The element to set.