|
||||||||||
| 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.IlpIntegerKey
public class IlpIntegerKey
Contains the keys for properties of type int.
IlpKey| Field Summary | |
|---|---|
static IlEnumInfo |
metainfo
Deprecated. Metainformation about integer keys. |
| Fields inherited from class ilog.cpl.style.key.IlpKey |
|---|
defaultValue, logger |
| Constructor Summary | |
|---|---|
protected |
IlpIntegerKey(String name,
Integer defaultValue)
Deprecated. Constructor. |
| Method Summary | |
|---|---|
Class |
getValueType()
Deprecated. Gets the value type of the key. |
static IlpIntegerKey |
New(String name)
Deprecated. Creates a new key for properties of type java.lang.Integer
with a default value of null. |
static IlpIntegerKey |
New(String name,
int defaultValue)
Deprecated. Creates a new key for properties of type int. |
static IlpIntegerKey |
New(String name,
Integer defaultValue)
Deprecated. Creates a new key for properties of type java.lang.Integer. |
| 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 IlpIntegerKey(String name,
Integer defaultValue)
| Method Detail |
|---|
public static IlpIntegerKey New(String name)
java.lang.Integer
with a default value of null.
name - A unique name for the key, used for serialization.
public static IlpIntegerKey New(String name,
Integer defaultValue)
java.lang.Integer.
name - A unique name for the key, used for serialization.defaultValue - Initialization default value used if no other value
is available.
public static IlpIntegerKey New(String name,
int defaultValue)
int.
name - A unique name for the key, used for serialization.defaultValue - Initialization default value used if no other value
is available.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 | |||||||||