public enum InterfaceInstanceRenderAs extends Enum<InterfaceInstanceRenderAs>
InterfaceInstance
. This options text will be in XML serialization.Enum Constant and Description |
---|
CLIENT_SIDE_SCRIPT |
DISABLED |
INHERIT |
INLINE |
Modifier and Type | Method and Description |
---|---|
static InterfaceInstanceRenderAs |
fromValue(int value)
Returns Enumeration for value from database.
|
int |
value()
Generate value for database.
|
static InterfaceInstanceRenderAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceInstanceRenderAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterfaceInstanceRenderAs DISABLED
public static final InterfaceInstanceRenderAs INLINE
public static final InterfaceInstanceRenderAs CLIENT_SIDE_SCRIPT
public static final InterfaceInstanceRenderAs INHERIT
public static InterfaceInstanceRenderAs[] values()
for (InterfaceInstanceRenderAs c : InterfaceInstanceRenderAs.values()) System.out.println(c);
public static InterfaceInstanceRenderAs 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 nullpublic int value()
public static InterfaceInstanceRenderAs fromValue(int value)
value
- value from database.LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.