|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractElementDefinition
Abstract class AbstractElementDefinition
| Method Summary | |
|---|---|
List<String> |
getDisplayValueExpr()
Retrieves a list containing all the elements for the attribute displayValueExpr. |
List<String> |
getEventHandler()
Retrieves a list containing all the elements for the attribute eventHandler. |
List<String> |
getLabel()
Retrieves a list containing all the elements for the attribute label. |
List<String> |
getMemberDefaultValue()
Retrieves a list containing all the elements for the attribute memberDefaultValue. |
List<String> |
getMemberElementName()
Retrieves a list containing all the elements for the attribute memberElementName. |
List<String> |
getMemberMimeType()
Retrieves a list containing all the elements for the attribute memberMimeType. |
List<Integer> |
getOrder()
Retrieves a list containing all the elements for the attribute order. |
List<Integer> |
getOrderFieldGroup()
Retrieves a list containing all the elements for the attribute orderFieldGroup. |
List<Integer> |
getOrderObjectContainer()
Retrieves a list containing all the elements for the attribute orderObjectContainer. |
List<String> |
getShortLabel()
Retrieves a list containing all the elements for the attribute shortLabel. |
List<String> |
getToolTip()
Retrieves a list containing all the elements for the attribute toolTip. |
void |
setDisplayValueExpr(List<String> displayValueExpr)
Clears displayValueExpr and adds the members of the given
List. |
void |
setEventHandler(List<String> eventHandler)
Clears eventHandler and adds the members of the given
List. |
void |
setLabel(List<String> label)
Clears label and adds the members of the given List. |
void |
setMemberDefaultValue(List<String> memberDefaultValue)
Clears memberDefaultValue and adds the members of the
given List. |
void |
setMemberElementName(List<String> memberElementName)
Clears memberElementName and adds the members of the given
List. |
void |
setMemberMimeType(List<String> memberMimeType)
Clears memberMimeType and adds the members of the given
List. |
void |
setOrder(List<Integer> order)
Clears order and adds the members of the given List. |
void |
setOrderFieldGroup(List<Integer> orderFieldGroup)
Clears orderFieldGroup and adds the members of the given
List. |
void |
setOrderObjectContainer(List<Integer> orderObjectContainer)
Clears orderObjectContainer and adds the members of the
given List. |
void |
setShortLabel(List<String> shortLabel)
Clears shortLabel and adds the members of the given List. |
void |
setToolTip(List<String> toolTip)
Clears toolTip and adds the members of the given List. |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
List<String> getDisplayValueExpr()
displayValueExpr.
getDisplayValueExpr in interface AbstractElementDefinitionvoid setDisplayValueExpr(List<String> displayValueExpr)
displayValueExpr and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(displayValueExpr);Note: This is an extension to the JMI 1 standard.
displayValueExpr - collection to be copied.List<String> getEventHandler()
eventHandler.
getEventHandler in interface AbstractElementDefinitionvoid setEventHandler(List<String> eventHandler)
eventHandler and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(eventHandler);Note: This is an extension to the JMI 1 standard.
eventHandler - collection to be copied.List<String> getLabel()
label.
getLabel in interface AbstractElementDefinitionvoid setLabel(List<String> label)
label and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(label);Note: This is an extension to the JMI 1 standard.
label - collection to be copied.List<String> getMemberDefaultValue()
memberDefaultValue.
getMemberDefaultValue in interface AbstractElementDefinitionvoid setMemberDefaultValue(List<String> memberDefaultValue)
memberDefaultValue and adds the members of the
given List.
This method is equivalent to
list.clear(); list.addAll(memberDefaultValue);Note: This is an extension to the JMI 1 standard.
memberDefaultValue - collection to be copied.List<String> getMemberElementName()
memberElementName.
getMemberElementName in interface AbstractElementDefinitionvoid setMemberElementName(List<String> memberElementName)
memberElementName and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(memberElementName);Note: This is an extension to the JMI 1 standard.
memberElementName - collection to be copied.List<String> getMemberMimeType()
memberMimeType.
getMemberMimeType in interface AbstractElementDefinitionvoid setMemberMimeType(List<String> memberMimeType)
memberMimeType and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(memberMimeType);Note: This is an extension to the JMI 1 standard.
memberMimeType - collection to be copied.List<Integer> getOrder()
order.
getOrder in interface AbstractElementDefinitionvoid setOrder(List<Integer> order)
order and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(order);Note: This is an extension to the JMI 1 standard.
order - collection to be copied.List<Integer> getOrderFieldGroup()
orderFieldGroup.
getOrderFieldGroup in interface AbstractElementDefinitionvoid setOrderFieldGroup(List<Integer> orderFieldGroup)
orderFieldGroup and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(orderFieldGroup);Note: This is an extension to the JMI 1 standard.
orderFieldGroup - collection to be copied.List<Integer> getOrderObjectContainer()
orderObjectContainer.
getOrderObjectContainer in interface AbstractElementDefinitionvoid setOrderObjectContainer(List<Integer> orderObjectContainer)
orderObjectContainer and adds the members of the
given List.
This method is equivalent to
list.clear(); list.addAll(orderObjectContainer);Note: This is an extension to the JMI 1 standard.
orderObjectContainer - collection to be copied.List<String> getShortLabel()
shortLabel.
getShortLabel in interface AbstractElementDefinitionvoid setShortLabel(List<String> shortLabel)
shortLabel and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(shortLabel);Note: This is an extension to the JMI 1 standard.
shortLabel - collection to be copied.List<String> getToolTip()
toolTip.
getToolTip in interface AbstractElementDefinitionvoid setToolTip(List<String> toolTip)
toolTip and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(toolTip);Note: This is an extension to the JMI 1 standard.
toolTip - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||