|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementDefinition
Class ElementDefinition
| Nested Class Summary | |
|---|---|
static interface |
ElementDefinition.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
void |
addAdditionalElementDefinition(boolean idIsPersistent,
String id,
AdditionalElementDefinition additionalElementDefinition)
Adds the specified element to the set of the values for the reference additionalElementDefinition. |
|
void |
addAlternateElementDefinition(boolean idIsPersistent,
String id,
AlternateElementDefinition alternateElementDefinition)
Adds the specified element to the set of the values for the reference alternateElementDefinition. |
|
|
getAdditionalElementDefinition()
Retrieves a set containing all the elements for the reference additionalElementDefinition. |
|
AdditionalElementDefinition |
getAdditionalElementDefinition(boolean idIsPersistent,
String id)
Retrieves the value for the reference additionalElementDefinition for the specified qualifier
attribute value. |
|
|
getAlternateElementDefinition()
Retrieves a set containing all the elements for the reference alternateElementDefinition. |
|
AlternateElementDefinition |
getAlternateElementDefinition(boolean idIsPersistent,
String id)
Retrieves the value for the reference alternateElementDefinition for the specified qualifier
attribute value. |
|
boolean |
isActive()
Retrieves the value for the attribute active. |
|
void |
setActive(boolean active)
Sets a new value for the attribute active. |
|
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
boolean isActive()
active.
active.void setActive(boolean active)
active.
active - The non-null new value for attribute active.<T extends AdditionalElementDefinition> Collection<T> getAdditionalElementDefinition()
additionalElementDefinition.
AdditionalElementDefinition getAdditionalElementDefinition(boolean idIsPersistent,
String id)
additionalElementDefinition for the specified qualifier
attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addAdditionalElementDefinition(boolean idIsPersistent,
String id,
AdditionalElementDefinition additionalElementDefinition)
additionalElementDefinition.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.additionalElementDefinition - The element to be appended.<T extends AlternateElementDefinition> Collection<T> getAlternateElementDefinition()
alternateElementDefinition.
AlternateElementDefinition getAlternateElementDefinition(boolean idIsPersistent,
String id)
alternateElementDefinition for the specified qualifier
attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addAlternateElementDefinition(boolean idIsPersistent,
String id,
AlternateElementDefinition alternateElementDefinition)
alternateElementDefinition.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.alternateElementDefinition - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||