public interface OdsxFilterValueInterface extends FwkDescriptionInterface, FwkDOMHandlerInterface
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
Get the enable flag.
|
java.lang.String |
getName()
Get the native name of the object.
|
java.lang.String |
getTranslatedValue()
Set the translated value.
|
boolean |
getVisible()
Get the visible flag.
|
void |
setEnabled(boolean flag)
Set the enable flag.
|
void |
setName(java.lang.String name)
The native name ot the object.
|
void |
setTranslatedValue(java.lang.String value)
Set the translated value.
|
void |
setVisible(boolean flag)
Set the visible flag.
|
getCompany, readConstructor, readFromDOM, readingDOM, readingDOM, writeConstructor, writeToDOM, writeToXML
getAuthor, getBuild, getClassName, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setSupportEMail, setTitleName
getVersion, release
boolean getVisible()
void setVisible(boolean flag)
flag
- If true the element will be visible.boolean getEnabled()
void setEnabled(boolean flag)
flag
- If true the element will be enabled.void setName(java.lang.String name)
setName
in interface FwkDescriptionInterface
name
- the native name.FwkDescriptionInterface.getName()
java.lang.String getName()
getName
in interface FwkDescriptionInterface
java.lang.String getTranslatedValue()
value
- the tranlated value.void setTranslatedValue(java.lang.String value)
value
- the new translated value.