|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.configuration.log.LogOptionsDescriptions.OptionDescriptor<OptionValueType>
OptionValueType
- Type of parsed value of the property.public static final class LogOptionsDescriptions.OptionDescriptor<OptionValueType>
A property descriptor class to represent information about particular property in "log" section of CME Application "Options".
Field Summary | |
---|---|
static java.util.Map<java.lang.String,LogOptionsDescriptions.OptionDescriptor<?>> |
OPTIONS_MAP
|
Constructor Summary | |
---|---|
protected |
LogOptionsDescriptions.OptionDescriptor(java.lang.String[] names,
OptionValueType defaultValue)
Protected constructor for internal creation of the descriptions. |
Method Summary | |
---|---|
OptionValueType |
defaultValue()
Returns the default value of the property. |
java.lang.String |
optionName()
Returns the name of the property. |
java.util.List<java.lang.String> |
optionNames()
Returns a read-only list of possible key names of the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<java.lang.String,LogOptionsDescriptions.OptionDescriptor<?>> OPTIONS_MAP
Constructor Detail |
---|
protected LogOptionsDescriptions.OptionDescriptor(java.lang.String[] names, OptionValueType defaultValue)
names
- the list of possible key names of the property.defaultValue
- the default value of the property.Method Detail |
---|
public java.lang.String optionName()
public java.util.List<java.lang.String> optionNames()
public OptionValueType defaultValue()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |