Package openGql.grammar
Class RelativeCatalogSchemaReference
- java.lang.Object
-
- openGql.grammar.RelativeCatalogSchemaReference
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<RelativeCatalogSchemaReference>
- Direct Known Subclasses:
RelativeCatalogSchemaReference.DirectoryAndSchema,RelativeCatalogSchemaReference.PredefinedReference
public abstract class RelativeCatalogSchemaReference extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<RelativeCatalogSchemaReference>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelativeCatalogSchemaReference.DirectoryAndSchemastatic interfaceRelativeCatalogSchemaReference.PartialVisitor<R>Partial visitor overRelativeCatalogSchemaReferencewith a defaultRelativeCatalogSchemaReference.PartialVisitor.otherwise(openGql.grammar.RelativeCatalogSchemaReference)branch.static classRelativeCatalogSchemaReference.PredefinedReferencestatic interfaceRelativeCatalogSchemaReference.Visitor<R>Visitor overRelativeCatalogSchemaReference.
-
Field Summary
Fields Modifier and Type Field Description static NameDIRECTORY_AND_SCHEMAName of theopenGql.grammar.RelativeCatalogSchemaReference.directoryAndSchemafield.static NamePREDEFINED_REFERENCEName of theopenGql.grammar.RelativeCatalogSchemaReference.predefinedReferencefield.static NameTYPE_Name of theopenGql.grammar.RelativeCatalogSchemaReferencetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(RelativeCatalogSchemaReference.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.RelativeCatalogSchemaReferencetype.
-
PREDEFINED_REFERENCE
public static final Name PREDEFINED_REFERENCE
Name of theopenGql.grammar.RelativeCatalogSchemaReference.predefinedReferencefield.
-
DIRECTORY_AND_SCHEMA
public static final Name DIRECTORY_AND_SCHEMA
Name of theopenGql.grammar.RelativeCatalogSchemaReference.directoryAndSchemafield.
-
-
Method Detail
-
accept
public abstract <R> R accept(RelativeCatalogSchemaReference.Visitor<R> visitor)
Dispatch tovisitor.
-
-