public class AtomicDocumentTreeType<V> extends Object implements PrimitiveType<AtomicDocumentTreeBuilder<V>,AtomicDocumentTreeConfig,AtomicDocumentTree<V>>
| Constructor and Description |
|---|
AtomicDocumentTreeType() |
| Modifier and Type | Method and Description |
|---|---|
static <V> AtomicDocumentTreeType<V> |
instance()
Returns a new document tree type.
|
String |
name()
Returns the object name.
|
Namespace |
namespace()
Returns the primitive type namespace.
|
AtomicDocumentTreeBuilder<V> |
newBuilder(String name,
AtomicDocumentTreeConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
AtomicDocumentTreeConfig |
newConfig()
Returns a new instance of the primitive configuration.
|
PrimitiveResource |
newResource(AtomicDocumentTree<V> primitive)
Creates a new resource for the given primitive.
|
PrimitiveService |
newService(ServiceConfig config)
Creates a new service instance from the given configuration.
|
String |
toString() |
public static <V> AtomicDocumentTreeType<V> instance()
V - the tree value typepublic Namespace namespace()
PrimitiveTypenamespace in interface PrimitiveType<AtomicDocumentTreeBuilder<V>,AtomicDocumentTreeConfig,AtomicDocumentTree<V>>public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<AtomicDocumentTreeBuilder<V>,AtomicDocumentTreeConfig,AtomicDocumentTree<V>>config - the service configurationpublic PrimitiveResource newResource(AtomicDocumentTree<V> primitive)
PrimitiveTypenewResource in interface PrimitiveType<AtomicDocumentTreeBuilder<V>,AtomicDocumentTreeConfig,AtomicDocumentTree<V>>primitive - the primitive instancepublic AtomicDocumentTreeConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<AtomicDocumentTreeBuilder<V>,AtomicDocumentTreeConfig,AtomicDocumentTree<V>>newConfig in interface ConfiguredType<AtomicDocumentTreeConfig>public AtomicDocumentTreeBuilder<V> newBuilder(String name, AtomicDocumentTreeConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<AtomicDocumentTreeBuilder<V>,AtomicDocumentTreeConfig,AtomicDocumentTree<V>>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.