| Modifier and Type | Method and Description |
|---|---|
PropertyKeyMaker |
PropertyKeyMaker.cardinality(Cardinality cardinality)
Configures the
Cardinality of this property key. |
PropertyKeyMaker |
PropertyKeyMaker.dataType(Class<?> clazz)
Configures the data type for this property key.
|
PropertyKeyMaker |
SchemaManager.makePropertyKey(String name)
Returns a
PropertyKeyMaker instance to define a new PropertyKey with the given name. |
PropertyKeyMaker |
PropertyKeyMaker.signature(PropertyKey... types) |
| Modifier and Type | Method and Description |
|---|---|
default PropertyKey |
DefaultSchemaMaker.makePropertyKey(PropertyKeyMaker factory)
Creates a new property key with default settings against the provided
PropertyKeyMaker. |
| Modifier and Type | Method and Description |
|---|---|
PropertyKeyMaker |
ManagementSystem.makePropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKeyMaker |
TitanBlueprintsGraph.makePropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKeyMaker |
StandardTitanTx.makePropertyKey(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPropertyKeyMaker |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
DisableDefaultSchemaMaker.makePropertyKey(PropertyKeyMaker factory) |
Copyright © 2012–2015. All rights reserved.