|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AttributeDisplayType>
com.semarchy.mdm.runtime.model.logical.AttributeDisplayType
public enum AttributeDisplayType
AttributeDisplayType enumeration:
Attribute Display Type
Enum Constant Summary | |
---|---|
CKB
Check Box: Display attribute value as Check Box |
|
DAT
Date Picker: Display attribute value as Date Picker |
|
EMC
Embedded Content: Display attribute value as Embedded Content |
|
EMU
Embedded URL: Display ressource pointed to by attribute value URL as Embedded Content |
|
HYP
Hyperlink: Display attribute value as clickable link |
|
IMG
Image: Display attribute value in Image |
|
LOV
List of Values: Display attribute as List of Values |
|
MLF
Multi-line Field: Display attribute value in Multi-line Text |
|
SLF
Single Line Field: Display attribute value in Single line Text |
Method Summary | |
---|---|
static AttributeDisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttributeDisplayType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |