|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.io.graphml.output.WritePrecedence
public final class WritePrecedence
Enumeration values to control the order in which OutputHandler
instances are
used.
These enumeration values control whether the output handler is evaluated before or after any (optional) structural child content of the owner element.
OutputHandler.getPrecedence()
Field Summary | |
---|---|
static WritePrecedence |
AFTER_CHILDREN
The data is written after any non-data child content. |
static WritePrecedence |
BEFORE_CHILDREN
The data is written before any non-data child content. |
static WritePrecedence |
DEFAULT
Default write priority. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
java.lang.String |
name()
Returns the name of this enumeration constant, exactly as declared the declaration. |
java.lang.String |
toString()
|
static WritePrecedence |
valueOf(java.lang.String value)
Returns the enum constant of the specified enum type with the specified name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WritePrecedence BEFORE_CHILDREN
public static final WritePrecedence DEFAULT
public static final WritePrecedence AFTER_CHILDREN
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String name()
public static WritePrecedence valueOf(java.lang.String value)
{@link
- NullPointerException} if value
is null
.
{@link
- IllegalArgumentException} if value
does not represent a valid enumeration value.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |