public static enum CSSUtils.View extends java.lang.Enum<CSSUtils.View>
| Modifier and Type | Method and Description |
|---|---|
static CSSUtils.View |
getEnum(java.lang.String val) |
static CSSUtils.View |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSSUtils.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSSUtils.View LARGE
public static final CSSUtils.View SMALL
public static CSSUtils.View[] values()
for (CSSUtils.View c : CSSUtils.View.values()) System.out.println(c);
public static CSSUtils.View valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CSSUtils.View getEnum(java.lang.String val)
Copyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.