Package com.c8db.entity
Class GeoFabricEntity
- java.lang.Object
-
- com.c8db.entity.GeoFabricEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoFabricEntity.GeoFabricOptions
-
Constructor Summary
Constructors Constructor Description GeoFabricEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsSystem()StringgetName()GeoFabricEntity.GeoFabricOptionsgetOptions()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name of the database/geofabric
-
getOptions
public GeoFabricEntity.GeoFabricOptions getOptions()
- Returns:
- the options of the database/geofabric
-
getIsSystem
public Boolean getIsSystem()
- Returns:
- whether or not the database is the _system database
-
-