public static enum CcViewTag.ViewType extends Enum<CcViewTag.ViewType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
| Enum Constant and Description |
|---|
AUTOMATIC
This is an automatic view.
|
DYNAMIC
This is a dynamic view.
|
SNAPSHOT
This is a snapshot view
|
WEB
This a web view.
|
| Modifier and Type | Method and Description |
|---|---|
static CcViewTag.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcViewTag.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcViewTag.ViewType AUTOMATIC
public static final CcViewTag.ViewType DYNAMIC
public static final CcViewTag.ViewType SNAPSHOT
public static final CcViewTag.ViewType WEB
public static CcViewTag.ViewType 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 static CcViewTag.ViewType[] values()
for (CcViewTag.ViewType c : CcViewTag.ViewType.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.