public static enum ASTCssNode.Visibility extends Enum<ASTCssNode.Visibility>
| Modifier and Type | Method and Description |
|---|---|
static ASTCssNode.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTCssNode.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASTCssNode.Visibility DEFAULT
public static final ASTCssNode.Visibility VISIBLE
public static ASTCssNode.Visibility[] values()
for (ASTCssNode.Visibility c : ASTCssNode.Visibility.values()) System.out.println(c);
public static ASTCssNode.Visibility 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 nullCopyright © 2012–2016. All rights reserved.