Class OptionName
java.lang.Object
de.mid.innovator.m2msdk.model.option.OptionName
- All Implemented Interfaces:
Serializable,Comparable<OptionName>
Name of an option.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptionName(SessionInterface iSession, String iKey, String sText) Construct a name for the option. -
Method Summary
-
Constructor Details
-
OptionName
Construct a name for the option.- Parameters:
iKey- name of keysText- description
-
-
Method Details
-
setNLS
public void setNLS(org.jdom2.Element iElement) -
addName
-
getNames
Get description for all languages.- Returns:
- set of pair of language code and language specific name
-
toString
-
getTooltip
-
getValues
Get valid values.- Returns:
- valid values of the key
-
getKey
-
compareTo
- Specified by:
compareToin interfaceComparable<OptionName>
-
equals
-
hashCode
public int hashCode() -
isInternal
public boolean isInternal()
-