Package com.tailf.conf
Class ConfXMLParamStart
Object
com.tailf.conf.ConfObject
com.tailf.conf.ConfXMLParam
com.tailf.conf.ConfXMLParamStart
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
ConfXMLParamCdbStart
Identifies a starting point in the model from which other parameters are
relatively defined. See
ConfXMLParam
- See Also:
-
Field Summary
Fields inherited from class com.tailf.conf.ConfObject
J_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 Summary
ConstructorDescriptionConfXMLParamStart
(int ns, int tag) ConfXMLParamStart
(ConfNamespace namespace, String tagString) ConfXMLParamStart
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString) ConfXMLParamStart
(String prefix, String tagString) -
Method Summary
Methods inherited from class com.tailf.conf.ConfXMLParam
decodeParam, decodeParams, encode, encode, encode, encode, encodeHKP, encodeHKP, encodeHKP, encodeHKP, encodeIKP, encodeIKP, encodeIKP, encodeIKP, getConfNamespace, getNSHash, getTag, getTagHash, getValue, toDOM, toDOM, toString, toXML, toXML, toXMLParams, toXMLParams
Methods inherited from class com.tailf.conf.ConfObject
clone, decode
-
Constructor Details
-
ConfXMLParamStart
public ConfXMLParamStart(int ns, int tag) -
ConfXMLParamStart
-
ConfXMLParamStart
-
ConfXMLParamStart
public ConfXMLParamStart(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString) -
ConfXMLParamStart
- Throws:
ConfException
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classConfXMLParam
-
equals
Description copied from class:ConfObject
Determine if two Conf objects are equal. In general, Conf objects are equal if the components they consist of are equal.- Overrides:
equals
in classConfXMLParam
- Parameters:
o
- the object to compare to.- Returns:
- true if the objects are identical.
-