public static enum InterfaceInstance.RenderAs extends Enum<InterfaceInstance.RenderAs>
Enum Constant and Description |
---|
CLIENT_SIDE_SCRIPT |
INHERIT |
INLINE |
Modifier and Type | Method and Description |
---|---|
static InterfaceInstance.RenderAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceInstance.RenderAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterfaceInstance.RenderAs INLINE
public static final InterfaceInstance.RenderAs CLIENT_SIDE_SCRIPT
public static final InterfaceInstance.RenderAs INHERIT
public static InterfaceInstance.RenderAs[] values()
for (InterfaceInstance.RenderAs c : InterfaceInstance.RenderAs.values()) System.out.println(c);
public static InterfaceInstance.RenderAs 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 nullLumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.