public interface CodeValueEntry extends AbstractEntry
CodeValueEntryAbstractEntry.Identity| Modifier and Type | Method and Description |
|---|---|
String |
getBackColor()
Retrieves the possibly null value for the optional attribute
backColor. |
String |
getColor()
Retrieves the possibly null value for the optional attribute
color. |
String |
getFontWeight()
Retrieves the possibly null value for the optional attribute
fontWeight. |
String |
getIconKey()
Retrieves the possibly null value for the optional attribute
iconKey. |
List<String> |
getLongText()
Retrieves a list containing all the elements for the attribute
longText. |
List<String> |
getShortText()
Retrieves a list containing all the elements for the attribute
shortText. |
void |
setBackColor(String backColor)
Sets a new value for the attribute
backColor. |
void |
setColor(String color)
Sets a new value for the attribute
color. |
void |
setFontWeight(String fontWeight)
Sets a new value for the attribute
fontWeight. |
void |
setIconKey(String iconKey)
Sets a new value for the attribute
iconKey. |
void |
setLongText(String... longText)
Clears
longText and adds the given value(s). |
void |
setShortText(String... shortText)
Clears
shortText and adds the given value(s). |
getEntryValue, getValidFrom, getValidTo, setEntryValue, setValidFrom, setValidToaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getBackColor()
backColor.backColor.void setBackColor(String backColor)
backColor.backColor - The possibly null new value for attribute backColor.String getColor()
color.color.void setColor(String color)
color.color - The possibly null new value for attribute color.String getFontWeight()
fontWeight.fontWeight.void setFontWeight(String fontWeight)
fontWeight.fontWeight - The possibly null new value for attribute fontWeight.String getIconKey()
iconKey.iconKey.void setIconKey(String iconKey)
iconKey.iconKey - The possibly null new value for attribute iconKey.List<String> getLongText()
longText.void setLongText(String... longText)
longText and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
longText - value(s) to be added to longTextList<String> getShortText()
shortText.void setShortText(String... shortText)
shortText and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
shortText - value(s) to be added to shortTextThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.