Uses of Class
org.opencypher.tools.xml.Comment.Header
-
Packages that use Comment.Header Package Description org.opencypher.tools.xml This package contains utilities that read XML files and build up a custom object graph by mapping the XML structure to annotated classes. -
-
Uses of Comment.Header in org.opencypher.tools.xml
Methods in org.opencypher.tools.xml that return Comment.Header Modifier and Type Method Description static Comment.HeaderComment.Header. valueOf(String name)Returns the enum constant of this type with the specified name.static Comment.Header[]Comment.Header. values()Returns an array containing the constants of this enum type, in the order they are declared.
-