Groovy Documentation

java.gate.yam.translate
Enum NodeKind

java.lang.Object
  java.gate.yam.translate.NodeKind

enum NodeKind

The various types of node found during pretty printing.


Enum Constant Summary
NULL

SEP

TITLE

UNIT_ANCHOR

UNIT_CONTENTS

UNIT_INCLUDE

UNIT_LIST

UNIT_PARA

UNIT_SECTION

UNIT_TABLE

UNIT_VERBATIM

WORD

 
Method Summary
NodeKind valueOf(String name)

Returns the enum constant of this type with the specified name.

NodeKind[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Enum Constant Detail

NULL

NodeKind NULL


SEP

NodeKind SEP


TITLE

NodeKind TITLE


UNIT_ANCHOR

NodeKind UNIT_ANCHOR


UNIT_CONTENTS

NodeKind UNIT_CONTENTS


UNIT_INCLUDE

NodeKind UNIT_INCLUDE


UNIT_LIST

NodeKind UNIT_LIST


UNIT_PARA

NodeKind UNIT_PARA


UNIT_SECTION

NodeKind UNIT_SECTION


UNIT_TABLE

NodeKind UNIT_TABLE


UNIT_VERBATIM

NodeKind UNIT_VERBATIM


WORD

NodeKind WORD


 
Method Detail

valueOf

NodeKind valueOf(String name)
Returns the enum constant of this type with the specified name.


values

NodeKind[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation