FieldDisplayType
however this is kept for on
the fly upgrade process.@Deprecated public enum AttributeDisplayType extends Enum<AttributeDisplayType>
AttributeDisplayType enumeration:
Attribute Display Type
Enum Constant and Description |
---|
CKB
Deprecated.
Check Box: Display attribute value as Check Box
|
DAT
Deprecated.
Date Picker: Display attribute value as Date Picker
|
EMC
Deprecated.
Embedded Content: Display attribute value as Embedded Content
|
EMU
Deprecated.
Embedded URL: Display ressource pointed to by attribute value URL as
Embedded Content
|
HYP
Deprecated.
Hyperlink: Display attribute value as clickable link
|
IMG
Deprecated.
Image: Display attribute value in Image
|
LOV
Deprecated.
List of Values: Display attribute as List of Values
|
MLF
Deprecated.
Multi-line Field: Display attribute value in Multi-line Text
|
SLF
Deprecated.
Single Line Field: Display attribute value in Single line Text
|
Modifier and Type | Method and Description |
---|---|
static AttributeDisplayType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AttributeDisplayType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeDisplayType CKB
public static final AttributeDisplayType DAT
public static final AttributeDisplayType EMC
public static final AttributeDisplayType EMU
public static final AttributeDisplayType HYP
public static final AttributeDisplayType IMG
public static final AttributeDisplayType LOV
public static final AttributeDisplayType MLF
public static final AttributeDisplayType SLF
public static AttributeDisplayType[] values()
for (AttributeDisplayType c : AttributeDisplayType.values()) System.out.println(c);
public static AttributeDisplayType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015. All Rights Reserved.