|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.style.key.IlpKey
ilog.cpl.style.key.IlpEnumKey
public class IlpEnumKey
Contains the keys for properties of type IlEnum.
IlpKey| Field Summary | |
|---|---|
static IlEnumInfo |
metainfo
Deprecated. Metainformation about style keys. |
| Fields inherited from class ilog.cpl.style.key.IlpKey |
|---|
defaultValue, logger |
| Constructor Summary | |
|---|---|
protected |
IlpEnumKey(String name,
IlEnumInfo enumInfo,
IlEnum defaultValue)
Deprecated. Constructor. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class ilog.cpl.style.key.IlpKey |
|---|
getDefaultInitValue, GetSharedInstance, GetSharedInstance, hashCode, internalGetDefaultValue, NewKey, NewKey, setDefaultInitValue |
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IlEnumInfo metainfo
| Constructor Detail |
|---|
protected IlpEnumKey(String name,
IlEnumInfo enumInfo,
IlEnum defaultValue)
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||