org.openmdx.ui1.cci
Interface AbstractElementDefinition

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
All Known Subinterfaces:
AdditionalElementDefinition, AlternateElementDefinition, ElementDefinition
All Known Implementing Classes:
AbstractElementDefinitionImpl, AdditionalElementDefinitionImpl, AlternateElementDefinitionImpl, ElementDefinitionImpl

public interface AbstractElementDefinition
extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0


Method Summary
 String getBackColor()
           
 String getColor()
           
 String getDataBindingName()
           
 Integer getDecimalPlaces()
           
 List getDisplayValueExpr()
           
 String getDisplayValueExpr(int index)
           
 List getEventHandler()
           
 String getEventHandler(int index)
           
 String getIconKey()
           
 BigDecimal getIncrement()
           
 List getLabel()
           
 String getLabel(int index)
           
 Integer getMaxLength()
           
 Integer getMaxMember()
           
 String getMaxValue()
           
 List getMemberDefaultValue()
           
 String getMemberDefaultValue(int index)
           
 List getMemberElementName()
           
 String getMemberElementName(int index)
           
 List getMemberMimeType()
           
 String getMemberMimeType(int index)
           
 String getMinValue()
           
 String getMultiplicity()
           
 List getOrder()
           
 int getOrder(int index)
           
 List getOrderFieldGroup()
           
 int getOrderFieldGroup(int index)
           
 List getOrderObjectContainer()
           
 int getOrderObjectContainer(int index)
           
 List getShortLabel()
           
 String getShortLabel(int index)
           
 Integer getShowMaxMember()
           
 Integer getSizeXWeight()
           
 Integer getSkipRow()
           
 Integer getSpanRow()
           
 Integer getTitleIndex()
           
 List getToolTip()
           
 String getToolTip(int index)
           
 Boolean isChangeable()
           
 Boolean isColumnBreak()
           
 Boolean isFilterable()
           
 Boolean isHasThousandsSeparator()
           
 Boolean isInPlace()
           
 Boolean isPassword()
           
 Boolean isSortable()
           
 void setBackColor(String newValue)
          Sets a new value for the attribute backColor.
 void setChangeable(Boolean newValue)
          Sets a new value for the attribute changeable.
 void setColor(String newValue)
          Sets a new value for the attribute color.
 void setColumnBreak(Boolean newValue)
          Sets a new value for the attribute columnBreak.
 void setDataBindingName(String newValue)
          Sets a new value for the attribute dataBindingName.
 void setDecimalPlaces(Integer newValue)
          Sets a new value for the attribute decimalPlaces.
 void setDisplayValueExpr(List newValue)
           
 void setDisplayValueExpr(String[] newValue)
           
 void setEventHandler(List newValue)
           
 void setEventHandler(String[] newValue)
           
 void setFilterable(Boolean newValue)
          Sets a new value for the attribute filterable.
 void setHasThousandsSeparator(Boolean newValue)
          Sets a new value for the attribute hasThousandsSeparator.
 void setIconKey(String newValue)
          Sets a new value for the attribute iconKey.
 void setIncrement(BigDecimal newValue)
          Sets a new value for the attribute increment.
 void setInPlace(Boolean newValue)
          Sets a new value for the attribute inPlace.
 void setLabel(List newValue)
           
 void setLabel(String[] newValue)
           
 void setMaxLength(Integer newValue)
          Sets a new value for the attribute maxLength.
 void setMaxMember(Integer newValue)
          Sets a new value for the attribute maxMember.
 void setMaxValue(String newValue)
          Sets a new value for the attribute maxValue.
 void setMemberDefaultValue(List newValue)
           
 void setMemberDefaultValue(String[] newValue)
           
 void setMemberElementName(List newValue)
           
 void setMemberElementName(String[] newValue)
           
 void setMemberMimeType(List newValue)
           
 void setMemberMimeType(String[] newValue)
           
 void setMinValue(String newValue)
          Sets a new value for the attribute minValue.
 void setMultiplicity(String newValue)
          Sets a new value for the attribute multiplicity.
 void setOrder(int[] newValue)
           
 void setOrder(List newValue)
           
 void setOrderFieldGroup(int[] newValue)
           
 void setOrderFieldGroup(List newValue)
           
 void setOrderObjectContainer(int[] newValue)
           
 void setOrderObjectContainer(List newValue)
           
 void setPassword(Boolean newValue)
          Sets a new value for the attribute isPassword.
 void setShortLabel(List newValue)
           
 void setShortLabel(String[] newValue)
           
 void setShowMaxMember(Integer newValue)
          Sets a new value for the attribute showMaxMember.
 void setSizeXWeight(Integer newValue)
          Sets a new value for the attribute sizeXWeight.
 void setSkipRow(Integer newValue)
          Sets a new value for the attribute skipRow.
 void setSortable(Boolean newValue)
          Sets a new value for the attribute sortable.
 void setSpanRow(Integer newValue)
          Sets a new value for the attribute spanRow.
 void setTitleIndex(Integer newValue)
          Sets a new value for the attribute titleIndex.
 void setToolTip(List newValue)
           
 void setToolTip(String[] newValue)
           
 
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

getBackColor

String getBackColor()
Returns:
The possibly null value for attribute backColor.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setBackColor

void setBackColor(String newValue)
Sets a new value for the attribute backColor.

Parameters:
newValue - The possibly null new value for attribute backColor.
Throws:
JmiException - If the value cannot be set for some reason.

isChangeable

Boolean isChangeable()
Returns:
The possibly null value for attribute changeable.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setChangeable

void setChangeable(Boolean newValue)
Sets a new value for the attribute changeable.

Parameters:
newValue - The possibly null new value for attribute changeable.
Throws:
JmiException - If the value cannot be set for some reason.

getColor

String getColor()
Returns:
The possibly null value for attribute color.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColor

void setColor(String newValue)
Sets a new value for the attribute color.

Parameters:
newValue - The possibly null new value for attribute color.
Throws:
JmiException - If the value cannot be set for some reason.

isColumnBreak

Boolean isColumnBreak()
Returns:
The possibly null value for attribute columnBreak.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColumnBreak

void setColumnBreak(Boolean newValue)
Sets a new value for the attribute columnBreak.

Parameters:
newValue - The possibly null new value for attribute columnBreak.
Throws:
JmiException - If the value cannot be set for some reason.

getDataBindingName

String getDataBindingName()
Returns:
The possibly null value for attribute dataBindingName.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setDataBindingName

void setDataBindingName(String newValue)
Sets a new value for the attribute dataBindingName.

Parameters:
newValue - The possibly null new value for attribute dataBindingName.
Throws:
JmiException - If the value cannot be set for some reason.

getDecimalPlaces

Integer getDecimalPlaces()
Returns:
The possibly null value for attribute decimalPlaces.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setDecimalPlaces

void setDecimalPlaces(Integer newValue)
Sets a new value for the attribute decimalPlaces.

Parameters:
newValue - The possibly null new value for attribute decimalPlaces.
Throws:
JmiException - If the value cannot be set for some reason.

getDisplayValueExpr

List getDisplayValueExpr()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getDisplayValueExpr

String getDisplayValueExpr(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setDisplayValueExpr

void setDisplayValueExpr(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setDisplayValueExpr

void setDisplayValueExpr(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getEventHandler

List getEventHandler()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getEventHandler

String getEventHandler(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setEventHandler

void setEventHandler(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setEventHandler

void setEventHandler(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

isFilterable

Boolean isFilterable()
Returns:
The possibly null value for attribute filterable.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFilterable

void setFilterable(Boolean newValue)
Sets a new value for the attribute filterable.

Parameters:
newValue - The possibly null new value for attribute filterable.
Throws:
JmiException - If the value cannot be set for some reason.

isHasThousandsSeparator

Boolean isHasThousandsSeparator()
Returns:
The possibly null value for attribute hasThousandsSeparator.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setHasThousandsSeparator

void setHasThousandsSeparator(Boolean newValue)
Sets a new value for the attribute hasThousandsSeparator.

Parameters:
newValue - The possibly null new value for attribute hasThousandsSeparator.
Throws:
JmiException - If the value cannot be set for some reason.

getIconKey

String getIconKey()
Returns:
The possibly null value for attribute iconKey.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setIconKey

void setIconKey(String newValue)
Sets a new value for the attribute iconKey.

Parameters:
newValue - The possibly null new value for attribute iconKey.
Throws:
JmiException - If the value cannot be set for some reason.

isInPlace

Boolean isInPlace()
Returns:
The possibly null value for attribute inPlace.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setInPlace

void setInPlace(Boolean newValue)
Sets a new value for the attribute inPlace.

Parameters:
newValue - The possibly null new value for attribute inPlace.
Throws:
JmiException - If the value cannot be set for some reason.

getIncrement

BigDecimal getIncrement()
Returns:
The possibly null value for attribute increment.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setIncrement

void setIncrement(BigDecimal newValue)
Sets a new value for the attribute increment.

Parameters:
newValue - The possibly null new value for attribute increment.
Throws:
JmiException - If the value cannot be set for some reason.

isPassword

Boolean isPassword()
Returns:
The possibly null value for attribute isPassword.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPassword

void setPassword(Boolean newValue)
Sets a new value for the attribute isPassword.

Parameters:
newValue - The possibly null new value for attribute isPassword.
Throws:
JmiException - If the value cannot be set for some reason.

getLabel

List getLabel()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getLabel

String getLabel(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setLabel

void setLabel(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setLabel

void setLabel(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getMaxLength

Integer getMaxLength()
Returns:
The possibly null value for attribute maxLength.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMaxLength

void setMaxLength(Integer newValue)
Sets a new value for the attribute maxLength.

Parameters:
newValue - The possibly null new value for attribute maxLength.
Throws:
JmiException - If the value cannot be set for some reason.

getMaxMember

Integer getMaxMember()
Returns:
The possibly null value for attribute maxMember.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMaxMember

void setMaxMember(Integer newValue)
Sets a new value for the attribute maxMember.

Parameters:
newValue - The possibly null new value for attribute maxMember.
Throws:
JmiException - If the value cannot be set for some reason.

getMaxValue

String getMaxValue()
Returns:
The possibly null value for attribute maxValue.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMaxValue

void setMaxValue(String newValue)
Sets a new value for the attribute maxValue.

Parameters:
newValue - The possibly null new value for attribute maxValue.
Throws:
JmiException - If the value cannot be set for some reason.

getMemberDefaultValue

List getMemberDefaultValue()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getMemberDefaultValue

String getMemberDefaultValue(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMemberDefaultValue

void setMemberDefaultValue(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setMemberDefaultValue

void setMemberDefaultValue(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getMemberElementName

List getMemberElementName()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getMemberElementName

String getMemberElementName(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMemberElementName

void setMemberElementName(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setMemberElementName

void setMemberElementName(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getMemberMimeType

List getMemberMimeType()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getMemberMimeType

String getMemberMimeType(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMemberMimeType

void setMemberMimeType(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setMemberMimeType

void setMemberMimeType(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getMinValue

String getMinValue()
Returns:
The possibly null value for attribute minValue.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMinValue

void setMinValue(String newValue)
Sets a new value for the attribute minValue.

Parameters:
newValue - The possibly null new value for attribute minValue.
Throws:
JmiException - If the value cannot be set for some reason.

getMultiplicity

String getMultiplicity()
Returns:
The possibly null value for attribute multiplicity.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setMultiplicity

void setMultiplicity(String newValue)
Sets a new value for the attribute multiplicity.

Parameters:
newValue - The possibly null new value for attribute multiplicity.
Throws:
JmiException - If the value cannot be set for some reason.

getOrder

List getOrder()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getOrder

int getOrder(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setOrder

void setOrder(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setOrder

void setOrder(int[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getOrderFieldGroup

List getOrderFieldGroup()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getOrderFieldGroup

int getOrderFieldGroup(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setOrderFieldGroup

void setOrderFieldGroup(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setOrderFieldGroup

void setOrderFieldGroup(int[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getOrderObjectContainer

List getOrderObjectContainer()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getOrderObjectContainer

int getOrderObjectContainer(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setOrderObjectContainer

void setOrderObjectContainer(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setOrderObjectContainer

void setOrderObjectContainer(int[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getShortLabel

List getShortLabel()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getShortLabel

String getShortLabel(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setShortLabel

void setShortLabel(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setShortLabel

void setShortLabel(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getShowMaxMember

Integer getShowMaxMember()
Returns:
The possibly null value for attribute showMaxMember.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setShowMaxMember

void setShowMaxMember(Integer newValue)
Sets a new value for the attribute showMaxMember.

Parameters:
newValue - The possibly null new value for attribute showMaxMember.
Throws:
JmiException - If the value cannot be set for some reason.

getSizeXWeight

Integer getSizeXWeight()
Returns:
The possibly null value for attribute sizeXWeight.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setSizeXWeight

void setSizeXWeight(Integer newValue)
Sets a new value for the attribute sizeXWeight.

Parameters:
newValue - The possibly null new value for attribute sizeXWeight.
Throws:
JmiException - If the value cannot be set for some reason.

getSkipRow

Integer getSkipRow()
Returns:
The possibly null value for attribute skipRow.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setSkipRow

void setSkipRow(Integer newValue)
Sets a new value for the attribute skipRow.

Parameters:
newValue - The possibly null new value for attribute skipRow.
Throws:
JmiException - If the value cannot be set for some reason.

isSortable

Boolean isSortable()
Returns:
The possibly null value for attribute sortable.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setSortable

void setSortable(Boolean newValue)
Sets a new value for the attribute sortable.

Parameters:
newValue - The possibly null new value for attribute sortable.
Throws:
JmiException - If the value cannot be set for some reason.

getSpanRow

Integer getSpanRow()
Returns:
The possibly null value for attribute spanRow.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setSpanRow

void setSpanRow(Integer newValue)
Sets a new value for the attribute spanRow.

Parameters:
newValue - The possibly null new value for attribute spanRow.
Throws:
JmiException - If the value cannot be set for some reason.

getTitleIndex

Integer getTitleIndex()
Returns:
The possibly null value for attribute titleIndex.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setTitleIndex

void setTitleIndex(Integer newValue)
Sets a new value for the attribute titleIndex.

Parameters:
newValue - The possibly null new value for attribute titleIndex.
Throws:
JmiException - If the value cannot be set for some reason.

getToolTip

List getToolTip()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getToolTip

String getToolTip(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setToolTip

void setToolTip(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setToolTip

void setToolTip(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.