Markup
.@Deprecated public static enum StyleClasses.Aspect extends Enum<StyleClasses.Aspect>
Enum Constant and Description |
---|
DEFAULT
Deprecated.
|
DISABLED
Deprecated.
|
ERROR
Deprecated.
|
INLINE
Deprecated.
|
READONLY
Deprecated.
|
REQUIRED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
|
static StyleClasses.Aspect |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StyleClasses.Aspect[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleClasses.Aspect DEFAULT
public static final StyleClasses.Aspect DISABLED
public static final StyleClasses.Aspect READONLY
public static final StyleClasses.Aspect INLINE
public static final StyleClasses.Aspect ERROR
public static final StyleClasses.Aspect REQUIRED
public static StyleClasses.Aspect[] values()
for (StyleClasses.Aspect c : StyleClasses.Aspect.values()) System.out.println(c);
public static StyleClasses.Aspect 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 String toString()
toString
in class Enum<StyleClasses.Aspect>
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.