Uses of Class
org.opencypher.tools.xml.Comment
-
Packages that use Comment 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 in org.opencypher.tools.xml
Methods in org.opencypher.tools.xml that return Comment Modifier and Type Method Description static CommentComment. valueOf(String name)Returns the enum constant of this type with the specified name.static Comment[]Comment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-