| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionBuilder |
TypeAwareBuilder.getTypedef()
Get builder of type of this node.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TypeDefinitionBuilder> |
DataNodeContainerBuilder.getTypeDefinitionBuilders()
Returns builders of typedef statement defined in this node.
|
Set<TypeDefinitionBuilder> |
GroupingBuilder.instantiateTypedefs(Builder newParent)
Returns instantiation of grouping type definitions under supplied builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataNodeContainerBuilder.addTypedef(TypeDefinitionBuilder typedefBuilder)
Add typedef builder to this node.
|
void |
TypeAwareBuilder.setTypedef(TypeDefinitionBuilder typedef)
Set builder of type to this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityrefTypeBuilder
Builder for YANG identityref type.
|
class |
TypeDefinitionBuilderImpl |
class |
UnionTypeBuilder
Builder for YANG union type.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinitionBuilder |
CopyUtils.copy(TypeDefinitionBuilder old,
Builder newParent,
boolean updateQName) |
TypeDefinitionBuilder |
IdentityrefTypeBuilder.getTypedef() |
TypeDefinitionBuilder |
UnionTypeBuilder.getTypedef() |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeDefinitionBuilder> |
RpcDefinitionBuilder.getTypeDefinitions() |
List<TypeDefinitionBuilder> |
UnionTypeBuilder.getTypedefs() |
Set<TypeDefinitionBuilder> |
GroupingBuilderImpl.instantiateTypedefs(Builder newParent) |
static Set<TypeDefinitionBuilder> |
BuilderUtils.wrapTypedefs(String moduleName,
int line,
org.opendaylight.yangtools.yang.model.api.DataNodeContainer dataNode,
org.opendaylight.yangtools.yang.model.api.SchemaPath parentPath,
org.opendaylight.yangtools.yang.common.QName parentQName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleBuilder.addTypedef(TypeDefinitionBuilder typedefBuilder) |
void |
RpcDefinitionBuilder.addTypedef(TypeDefinitionBuilder type) |
void |
ChoiceCaseBuilder.addTypedef(TypeDefinitionBuilder typedefBuilder) |
static TypeDefinitionBuilder |
CopyUtils.copy(TypeDefinitionBuilder old,
Builder newParent,
boolean updateQName) |
void |
IdentityrefTypeBuilder.setTypedef(TypeDefinitionBuilder tdb) |
void |
UnionTypeBuilder.setTypedef(TypeDefinitionBuilder tdb) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeDefinitionBuilder |
AbstractTypeAwareBuilder.typedef |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionBuilder |
AbstractTypeAwareBuilder.getTypedef() |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeDefinitionBuilder> |
AbstractDocumentedDataNodeContainerBuilder.getTypeDefinitionBuilders() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocumentedDataNodeContainerBuilder.addTypedef(TypeDefinitionBuilder type) |
void |
AbstractTypeAwareBuilder.setTypedef(TypeDefinitionBuilder typedef) |
Copyright © 2014. All rights reserved.