@Deprecated public class IlpBooleanKey extends IlpKey
boolean
.IlpKey
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Metainformation about style keys.
|
defaultValue, logger
Modifier | Constructor and Description |
---|---|
protected |
IlpBooleanKey(String name,
Boolean defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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 . |
getDefaultInitValue, GetSharedInstance, GetSharedInstance, hashCode, internalGetDefaultValue, NewKey, NewKey, setDefaultInitValue
public static final IlEnumInfo metainfo
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
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.