Package com.tailf.conf
Class ConfIPv6
Object
com.tailf.conf.ConfObject
com.tailf.conf.ConfValue
com.tailf.conf.ConfIP
com.tailf.conf.ConfIPv6
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<ConfIPv6>
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-address type.
- See Also:
- 
Field SummaryFields inherited from class com.tailf.conf.ConfObjectJ_BINARY, J_BIT32, J_BIT64, J_BITBIG, J_BOOL, J_BUF, J_CDBBEGIN, J_DATE, J_DATETIME, J_DECIMAL64, J_DEFAULT, J_DOUBLE, J_DQUAD, J_DURATION, J_ENUMERATION, J_HEXSTR, J_IDENTITYREF, J_INSTANCE_IDENTIFIER, J_INT16, J_INT32, J_INT64, J_INT8, J_IPV4, J_IPV4_AND_PLEN, J_IPV4PREFIX, J_IPV6, J_IPV6_AND_PLEN, J_IPV6PREFIX, J_LIST, J_NOEXISTS, J_OBJECTREF, J_OID, J_PTR, J_QNAME, J_STR, J_SYMBOL, J_TIME, J_UINT16, J_UINT32, J_UINT64, J_UINT8, J_UNION, J_XMLBEGIN, J_XMLBEGINDEL, J_XMLEND, J_XMLMOVEAFTER, J_XMLMOVEFIRST, J_XMLTAG
- 
Constructor SummaryConstructorsConstructorDescriptionConfIPv6(int a, int b, int c, int d, int e, int f, int g, int h) ConfIPv6(ConfEObject vtup) ConfIPv6(ConfETuple vtup) Constructor for IPv6 expecting string of 8 values separated by :
- 
Method SummaryMethods inherited from class com.tailf.conf.ConfValuegetStringByValue, getStringByValue, getValueByString, getValueByStringMethods inherited from class com.tailf.conf.ConfObjectclone, decode
- 
Constructor Details- 
ConfIPv6- Throws:
- ConfException
 
- 
ConfIPv6- Throws:
- ConfException
 
- 
ConfIPv6public ConfIPv6(int a, int b, int c, int d, int e, int f, int g, int h) 
- 
ConfIPv6Constructor for IPv6 expecting string of 8 values separated by :- Parameters:
- s-
 
 
- 
- 
Method Details- 
getRawAddresspublic int[] getRawAddress()- Specified by:
- getRawAddressin class- ConfIP
 
- 
equalsDescription copied from class:ConfValueDetermine if two ConfValue are equal. In general, ConfObjects are equal if the components they consist of are equal.
- 
hashCodepublic int hashCode()
- 
getAddress- Specified by:
- getAddressin class- ConfIP
 
- 
toString
- 
encodeDescription copied from class:ConfValueencode value.
- 
compareTo- Specified by:
- compareToin interface- Comparable<ConfIPv6>
 
 
-