public class StringRestrictionsImpl extends AbstractDeclaredStatement<String> implements TypeStatement.StringRestrictions
Modifier and Type | Class and Description |
---|---|
static class |
StringRestrictionsImpl.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 |
StringRestrictionsImpl(StmtContext<String,TypeStatement.StringRestrictions,?> context) |
Modifier and Type | Method and Description |
---|---|
LengthStatement |
getLength() |
String |
getName() |
Collection<? extends PatternStatement> |
getPatterns() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected StringRestrictionsImpl(StmtContext<String,TypeStatement.StringRestrictions,?> context)
@Nonnull public String getName()
getName
in interface TypeStatement
public LengthStatement getLength()
getLength
in interface TypeStatement.StringRestrictions
@Nonnull public Collection<? extends PatternStatement> getPatterns()
getPatterns
in interface TypeStatement.StringRestrictions
Copyright © 2018 OpenDaylight. All rights reserved.