ariba.ui.aribaweb.core
Enum UIRenderMeta.RenderVersion
java.lang.Object
java.lang.Enum<UIRenderMeta.RenderVersion>
ariba.ui.aribaweb.core.UIRenderMeta.RenderVersion
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<UIRenderMeta.RenderVersion>
- Enclosing class:
- UIRenderMeta
public static enum UIRenderMeta.RenderVersion
- extends java.lang.Enum<UIRenderMeta.RenderVersion>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
AW5
public static final UIRenderMeta.RenderVersion AW5
AW6
public static final UIRenderMeta.RenderVersion AW6
NoStyle
public static final UIRenderMeta.RenderVersion NoStyle
Unspecified
public static final UIRenderMeta.RenderVersion Unspecified
values
public static UIRenderMeta.RenderVersion[] 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 (UIRenderMeta.RenderVersion c : UIRenderMeta.RenderVersion.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UIRenderMeta.RenderVersion valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.