Uses of Class
com.c8db.entity.License
-
Packages that use License Package Description com.c8db.entity com.c8db.internal.velocypack -
-
Uses of License in com.c8db.entity
Methods in com.c8db.entity that return License Modifier and Type Method Description LicenseC8DBVersion. getLicense()static LicenseLicense. valueOf(String name)Returns the enum constant of this type with the specified name.static License[]License. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of License in com.c8db.internal.velocypack
Fields in com.c8db.internal.velocypack with type parameters of type License Modifier and Type Field Description static com.arangodb.velocypack.VPackDeserializer<License>VPackDeserializers. LICENSE
-