public class UnionSpecificationImpl extends AbstractDeclaredStatement<String> implements TypeStatement.UnionSpecification
Modifier and Type | Class and Description |
---|---|
static class |
UnionSpecificationImpl.Definition |
TypeStatement.BinarySpecification, TypeStatement.BitsSpecification, TypeStatement.Decimal64Specification, TypeStatement.EnumSpecification, TypeStatement.IdentityRefSpecification, TypeStatement.InstanceIdentifierSpecification, TypeStatement.LeafrefSpecification, TypeStatement.NumericalRestrictions, TypeStatement.StringRestrictions, TypeStatement.UnionSpecification
Modifier | Constructor and Description |
---|---|
protected |
UnionSpecificationImpl(StmtContext<String,TypeStatement.UnionSpecification,?> context) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Collection<? extends TypeStatement> |
getTypes() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected UnionSpecificationImpl(StmtContext<String,TypeStatement.UnionSpecification,?> context)
@Nonnull public String getName()
getName
in interface TypeStatement
@Nonnull public Collection<? extends TypeStatement> getTypes()
getTypes
in interface TypeStatement.UnionSpecification
Copyright © 2018 OpenDaylight. All rights reserved.