@Deprecated public class IlpFloatArrayKey extends IlpKey
java.lang.Float[]
.IlpKey
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Metainformation about style keys.
|
defaultValue, logger
Modifier | Constructor and Description |
---|---|
protected |
IlpFloatArrayKey(String name,
Float[] defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getValueType()
Deprecated.
Gets the value type of the key.
|
static IlpFloatArrayKey |
New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.Float[]
with a default value of null . |
static IlpFloatArrayKey |
New(String name,
float[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Float[] . |
static IlpFloatArrayKey |
New(String name,
Float[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Float[] . |
getDefaultInitValue, GetSharedInstance, GetSharedInstance, hashCode, internalGetDefaultValue, NewKey, NewKey, setDefaultInitValue
public static final IlEnumInfo metainfo
public static IlpFloatArrayKey New(String name)
java.lang.Float[]
with a default value of null
.name
- A unique name for the key, used for serialization.public static IlpFloatArrayKey New(String name, Float[] defaultValue)
java.lang.Float[]
.name
- A unique name for the key, used for serialization.defaultValue
- Initialization default value used if no other value
is available.public static IlpFloatArrayKey New(String name, float[] defaultValue)
java.lang.Float[]
.name
- A unique name for the key, used for serialization.defaultValue
- The initialization default value used if no other value
is available. The float[]
value will is converted to a
java.lang.Float[]
value.public Class getValueType()
getValueType
in class IlpKey
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.