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