@Deprecated public class IlpIntegerArrayKey extends IlpKey
java.lang.Integer[]
.IlpKey
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Metainformation about style keys.
|
defaultValue, logger
Modifier | Constructor and Description |
---|---|
protected |
IlpIntegerArrayKey(String name,
Integer[] defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getValueType()
Deprecated.
Gets the value type of the key.
|
static IlpIntegerArrayKey |
New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.Integer[]
with a default value of null . |
static IlpIntegerArrayKey |
New(String name,
int[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Integer[] . |
static IlpIntegerArrayKey |
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 IlpIntegerArrayKey New(String name)
java.lang.Integer[]
with a default value of null
.name
- A unique name for the key, used for serialization.public static IlpIntegerArrayKey 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 IlpIntegerArrayKey New(String name, int[] defaultValue)
java.lang.Integer[]
.name
- A unique name for the key, used for serialization.defaultValue
- The initialization default value used if no other value
is available. The int[]
value is converted to a
java.lang.Integer[]
value.public Class getValueType()
getValueType
in class IlpKey
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.