Package openGql.grammar
Class CatalogObjectParentReference
- java.lang.Object
-
- openGql.grammar.CatalogObjectParentReference
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<CatalogObjectParentReference>
- Direct Known Subclasses:
CatalogObjectParentReference.ObjectsOnly,CatalogObjectParentReference.SchemaAndObjects
public abstract class CatalogObjectParentReference extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<CatalogObjectParentReference>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCatalogObjectParentReference.ObjectsOnlystatic interfaceCatalogObjectParentReference.PartialVisitor<R>Partial visitor overCatalogObjectParentReferencewith a defaultCatalogObjectParentReference.PartialVisitor.otherwise(openGql.grammar.CatalogObjectParentReference)branch.static classCatalogObjectParentReference.SchemaAndObjectsstatic interfaceCatalogObjectParentReference.Visitor<R>Visitor overCatalogObjectParentReference.
-
Field Summary
Fields Modifier and Type Field Description static NameOBJECTS_ONLYName of theopenGql.grammar.CatalogObjectParentReference.objectsOnlyfield.static NameSCHEMA_AND_OBJECTSName of theopenGql.grammar.CatalogObjectParentReference.schemaAndObjectsfield.static NameTYPE_Name of theopenGql.grammar.CatalogObjectParentReferencetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(CatalogObjectParentReference.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.CatalogObjectParentReferencetype.
-
SCHEMA_AND_OBJECTS
public static final Name SCHEMA_AND_OBJECTS
Name of theopenGql.grammar.CatalogObjectParentReference.schemaAndObjectsfield.
-
OBJECTS_ONLY
public static final Name OBJECTS_ONLY
Name of theopenGql.grammar.CatalogObjectParentReference.objectsOnlyfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(CatalogObjectParentReference.Visitor<R> visitor)
Dispatch tovisitor.
-
-