com.semarchy.mdm.runtime.model.logical
Enum AttributeDisplayType

java.lang.Object
  extended by java.lang.Enum<AttributeDisplayType>
      extended by com.semarchy.mdm.runtime.model.logical.AttributeDisplayType
All Implemented Interfaces:
Serializable, Comparable<AttributeDisplayType>

public enum AttributeDisplayType
extends Enum<AttributeDisplayType>

AttributeDisplayType enumeration:

Attribute Display Type

Author:
amergey

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

CKB

public static final AttributeDisplayType CKB
Check Box: Display attribute value as Check Box


DAT

public static final AttributeDisplayType DAT
Date Picker: Display attribute value as Date Picker


EMC

public static final AttributeDisplayType EMC
Embedded Content: Display attribute value as Embedded Content


EMU

public static final AttributeDisplayType EMU
Embedded URL: Display ressource pointed to by attribute value URL as Embedded Content


HYP

public static final AttributeDisplayType HYP
Hyperlink: Display attribute value as clickable link


IMG

public static final AttributeDisplayType IMG
Image: Display attribute value in Image


LOV

public static final AttributeDisplayType LOV
List of Values: Display attribute as List of Values


MLF

public static final AttributeDisplayType MLF
Multi-line Field: Display attribute value in Multi-line Text


SLF

public static final AttributeDisplayType SLF
Single Line Field: Display attribute value in Single line Text

Method Detail

values

public static AttributeDisplayType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AttributeDisplayType c : AttributeDisplayType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AttributeDisplayType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2015. All Rights Reserved.