| Modifier and Type | Method and Description |
|---|---|
static TitanSchemaCategory |
TitanSchemaCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitanSchemaCategory[] |
TitanSchemaCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaVertex |
StandardTitanTx.makeSchemaVertex(TitanSchemaCategory schemaCategory,
String name,
TypeDefinitionMap definition) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeUtil.checkTypeName(TitanSchemaCategory category,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SystemTypeManager.isNotSystemName(TitanSchemaCategory category,
String name) |
Copyright © 2012–2015. All rights reserved.