|
||||||||||
| 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.IlpBooleanKey
public class IlpBooleanKey
Contains the keys for properties of type boolean.
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 |
IlpBooleanKey(String name,
Boolean defaultValue)
Deprecated. Constructor. |
| Method Summary | |
|---|---|
Class |
getValueType()
Deprecated. Gets the value type of the key. |
static IlpBooleanKey |
New(String name)
Deprecated. Creates a new key for properties of type java.lang.Boolean
with a default value of null. |
static IlpBooleanKey |
New(String name,
boolean defaultValue)
Deprecated. Creates a new key for properties of type boolean. |
static IlpBooleanKey |
New(String name,
Boolean defaultValue)
Deprecated. Creates a new key for properties of type java.lang.Boolean. |
| 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 IlpBooleanKey(String name,
Boolean defaultValue)
| Method Detail |
|---|
public static IlpBooleanKey New(String name)
java.lang.Boolean
with a default value of null.
name - A unique name for the key, used for serialization.
public static IlpBooleanKey New(String name,
Boolean defaultValue)
java.lang.Boolean.
name - A unique name for the key, used for serialization.defaultValue - Value used if no other value is available.
public static IlpBooleanKey New(String name,
boolean defaultValue)
boolean.
name - A unique name for the key, used for serialization.defaultValue - 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 | |||||||||