@Deprecated public class IlpFormatKey extends IlpKey
java.text.Format
.
Note: java.text.Format
values for keys of this type must be treated
as immutable: their fields must not be modified.
Format
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Metainformation about style keys.
|
defaultValue, logger
Modifier | Constructor and Description |
---|---|
protected |
IlpFormatKey(String name,
Format defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getValueType()
Deprecated.
Gets the value type of the key.
|
static IlpFormatKey |
New(String name)
Deprecated.
Creates a new key for properties of type
java.text.Format
with a default value of null . |
static IlpFormatKey |
New(String name,
Format defaultValue)
Deprecated.
Creates a new key for properties of type
java.text.Format . |
getDefaultInitValue, GetSharedInstance, GetSharedInstance, hashCode, internalGetDefaultValue, NewKey, NewKey, setDefaultInitValue
public static final IlEnumInfo metainfo
public static IlpFormatKey New(String name)
java.text.Format
with a default value of null
.name
- A unique name for the key, used for serialization.public static IlpFormatKey New(String name, Format defaultValue)
java.text.Format
.name
- A unique name for the key, used for serialization.defaultValue
- The 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.