java.io.Serializable, java.lang.Comparable<ContentStyleType>public enum ContentStyleType extends java.lang.Enum<ContentStyleType>
Created: 2008. 03. 26 AM 12:58:38
| Enum Constant | Description |
|---|---|
APON |
|
COMPACT |
|
COMPRESSED |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
apply(java.lang.String content,
ContentStyleType contentStyleType) |
|
static java.lang.String |
apply(java.lang.String content,
java.lang.String style) |
|
static ContentStyleType |
resolve(java.lang.String alias) |
Returns an
TemplateStyleType with a value represented
by the specified String. |
java.lang.String |
toString() |
|
static ContentStyleType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ContentStyleType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentStyleType APON
public static final ContentStyleType COMPACT
public static final ContentStyleType COMPRESSED
public static ContentStyleType[] values()
for (ContentStyleType c : ContentStyleType.values()) System.out.println(c);
public static ContentStyleType 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 java.lang.String toString()
toString in class java.lang.Enum<ContentStyleType>public static ContentStyleType resolve(java.lang.String alias)
TemplateStyleType with a value represented
by the specified String.alias - the action type as a StringTemplateStyleType, may be nullpublic static java.lang.String apply(java.lang.String content,
java.lang.String style)
public static java.lang.String apply(java.lang.String content,
ContentStyleType contentStyleType)
Copyright © 2008–2018 The Aspectran Project. All rights reserved.