Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.configuration.log
Class LogOptionsDescriptions.OptionDescriptor<OptionValueType>

java.lang.Object
  extended by com.genesyslab.platform.apptemplate.configuration.log.LogOptionsDescriptions.OptionDescriptor<OptionValueType>
Type Parameters:
OptionValueType - Type of parsed value of the property.
Enclosing class:
LogOptionsDescriptions

public static final class LogOptionsDescriptions.OptionDescriptor<OptionValueType>
extends java.lang.Object

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

OPTIONS_MAP

public static final java.util.Map<java.lang.String,LogOptionsDescriptions.OptionDescriptor<?>> OPTIONS_MAP
Constructor Detail

LogOptionsDescriptions.OptionDescriptor

protected LogOptionsDescriptions.OptionDescriptor(java.lang.String[] names,
                                                  OptionValueType defaultValue)
Protected constructor for internal creation of the descriptions. It is not supposed to create it out of this class.

Parameters:
names - the list of possible key names of the property.
defaultValue - the default value of the property.
Method Detail

optionName

public java.lang.String optionName()
Returns the name of the property.

Returns:
The name of the property.

optionNames

public java.util.List<java.lang.String> optionNames()
Returns a read-only list of possible key names of the property.

Returns:
The list of possible key names of the property.

defaultValue

public OptionValueType defaultValue()
Returns the default value of the property.

Returns:
The default value of the property.

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.