IlpEnumArrayKey
instead.@Deprecated public static class IltKey.EnumArray extends IltKey
C[]
where C
is a subclass of IlEnum
.
Note: Array values for keys of this type must be treated as immutable: their components must not be modified.
IlEnum
IltKey.Boolean, IltKey.Color, IltKey.Enum, IltKey.EnumArray, IltKey.Float, IltKey.Font, IltKey.Image, IltKey.Integer, IltKey.LineStyle, IltKey.Pattern, IltKey.Point, IltKey.String, IltKey.StringArray
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Contains metainformation about this
IlKey class. |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultInitValue()
Deprecated.
Returns the default initialization value.
|
Object |
getEnumInfo()
Deprecated.
Returns the metainfo of the subclass of
ilog.util.IlEnum
corresponding to the element type of this key. |
static IltKey.EnumArray |
New(String name,
IlEnumInfo enumInfo)
Deprecated.
Creates a new key for properties whose type is an array of a subclass of
ilog.util.IlEnum . |
public static IlEnumInfo metainfo
IlKey
class.public static IltKey.EnumArray New(String name, IlEnumInfo enumInfo)
ilog.util.IlEnum
.name
- A unique name for the key, used for serialization purposes.enumInfo
- The metainfo of the subclass.public Object getDefaultInitValue()
IltKey
getDefaultInitValue
in class IltKey
public Object getEnumInfo()
ilog.util.IlEnum
corresponding to the element type of this key.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.