|
||||||||||
| 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 targetFrameName
| Enum Constant Summary | |
|---|---|
_BLANK
|
|
_PARENT
|
|
_SELF
|
|
_TOP
|
|
| Method Summary | |
|---|---|
static TargetFrameName |
enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static boolean |
isValid(String stringValue)
check if the specified String is a valid targetFrameName data type |
String |
toString()
gets the name of this enum. |
static String |
toString(TargetFrameName aEnum)
enum to String, gets the name of this enum constant as a string. |
static TargetFrameName |
valueOf(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're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, 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 final TargetFrameName[] values()
for(TargetFrameName c : TargetFrameName.values())
System.out.println(c);
public static TargetFrameName valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<TargetFrameName>public static String toString(TargetFrameName aEnum)
aEnum - the constant of TargetFrameName
public static TargetFrameName enumValueOf(String stringValue)
stringValue - the name of OdfTargetFrameNameType
public static boolean isValid(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 | |||||||||