Package org.projectnessie.model
Interface Content.Type
-
- Enclosing class:
- Content
public static interface Content.Type
-
-
Field Summary
Fields Modifier and Type Field Description static Content.TypeDELTA_LAKE_TABLEstatic Content.TypeICEBERG_TABLEstatic Content.TypeICEBERG_VIEWstatic Content.TypeNAMESPACEstatic Content.TypeUNKNOWN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringname()The name of the content-type.java.lang.Class<? extends Content>type()
-
-
-
Field Detail
-
UNKNOWN
static final Content.Type UNKNOWN
-
ICEBERG_TABLE
static final Content.Type ICEBERG_TABLE
-
DELTA_LAKE_TABLE
static final Content.Type DELTA_LAKE_TABLE
-
ICEBERG_VIEW
static final Content.Type ICEBERG_VIEW
-
NAMESPACE
static final Content.Type NAMESPACE
-
-
Method Detail
-
name
java.lang.String name()
The name of the content-type.
-
type
java.lang.Class<? extends Content> type()
-
-