|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TargetFrameName>
org.odftoolkit.odfdom.type.TargetFrameName
public enum TargetFrameName
This class represents the in OpenDocument format used data type
| Enum Constant Summary | |
|---|---|
_BLANK
|
|
_PARENT
|
|
_SELF
|
|
_TOP
|
|
| Method Summary | |
|---|---|
static TargetFrameName |
enumValueOf(java.lang.String stringValue)
String to enum, turns a String into its corresponding enum constant |
static boolean |
isValid(java.lang.String stringValue)
check if the specified String is a valid data type |
java.lang.String |
toString()
gets the name of this enum. |
static java.lang.String |
toString(TargetFrameName aEnum)
enum to String, gets the name of this enum constant as a string. |
static TargetFrameName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TargetFrameName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TargetFrameName _SELF
public static final TargetFrameName _BLANK
public static final TargetFrameName _PARENT
public static final TargetFrameName _TOP
| Method Detail |
|---|
public static TargetFrameName[] values()
for (TargetFrameName c : TargetFrameName.values()) System.out.println(c);
public static TargetFrameName 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TargetFrameName>public static java.lang.String toString(TargetFrameName aEnum)
aEnum - the constant of TargetFrameName
public static TargetFrameName enumValueOf(java.lang.String stringValue)
stringValue - the name of OdfTargetFrameNameType
public static boolean isValid(java.lang.String stringValue)
stringValue - the value to be tested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||