Class QNameWithFlagsEffectiveStatementState
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
-
- org.opendaylight.yangtools.yang.parser.spi.meta.QNameWithFlagsEffectiveStatementState
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
@Beta public final class QNameWithFlagsEffectiveStatementState extends EffectiveStatementState
SimpleEffectiveStatementState
for use with typicalSchemaTreeEffectiveStatement
s. It differentiates on QName and anint
flags field.
-
-
Constructor Summary
Constructors Constructor Description QNameWithFlagsEffectiveStatementState(QName qname, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MoreObjects.ToStringHelper
addToStringAttributes(MoreObjects.ToStringHelper helper)
boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
toString
-
-
-
-
Constructor Detail
-
QNameWithFlagsEffectiveStatementState
public QNameWithFlagsEffectiveStatementState(QName qname, int flags)
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classEffectiveStatementState
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classEffectiveStatementState
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
- Specified by:
addToStringAttributes
in classEffectiveStatementState
-
-