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 Deprecated Methods Modifier and Type Method Description QName
getQname()
Deprecated, for removal: This API element is subject to removal in a future version.QName
getQName()
-
-
-
Method Detail
-
getQname
@Deprecated(forRemoval=true) public QName getQname()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getQName
public QName getQName()
-
-