Class ValueWithQName<V>
- java.lang.Object
-
- java.util.AbstractMap.SimpleImmutableEntry<QName,V>
-
- org.opendaylight.yangtools.yang.data.impl.codec.ValueWithQName<V>
-
- All Implemented Interfaces:
Serializable
,Map.Entry<QName,V>
public class ValueWithQName<V> extends AbstractMap.SimpleImmutableEntry<QName,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueWithQName(QName qname, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getQName()
-