@Deprecated public class IlpEnumKey extends IlpKey
IlEnum
.IlpKey
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Metainformation about style keys.
|
defaultValue, logger
Modifier | Constructor and Description |
---|---|
protected |
IlpEnumKey(String name,
IlEnumInfo enumInfo,
IlEnum defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getEnumInfo()
Deprecated.
Returns the metainformation of the subclass of
ilog.util.IlEnum
corresponding to this key. |
Class |
getValueType()
Deprecated.
Gets the value type of the key.
|
static IlpEnumKey |
New(String name,
IlEnumInfo enumInfo)
Deprecated.
Creates a new key for properties whose type is a subclass of
ilog.util.IlEnum with a default value of null . |
static IlpEnumKey |
New(String name,
IlEnumInfo enumInfo,
IlEnum defaultValue)
Deprecated.
Creates a new key for properties whose type is a subclass of
ilog.util.IlEnum . |
getDefaultInitValue, GetSharedInstance, GetSharedInstance, hashCode, internalGetDefaultValue, NewKey, NewKey, setDefaultInitValue
public static final IlEnumInfo metainfo
protected IlpEnumKey(String name, IlEnumInfo enumInfo, IlEnum defaultValue)
public static IlpEnumKey New(String name, IlEnumInfo enumInfo)
ilog.util.IlEnum
with a default value of null
.name
- A unique name for the key, used for serialization.enumInfo
- The metainformation of the subclass.public static IlpEnumKey New(String name, IlEnumInfo enumInfo, IlEnum defaultValue)
ilog.util.IlEnum
.name
- A unique name for the key, used for serialization.enumInfo
- The metainformation of the subclass.defaultValue
- Initialization default value used if no other value
is available.public Object getEnumInfo()
ilog.util.IlEnum
corresponding to this key.public Class getValueType()
getValueType
in class IlpKey
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.