Package com.tailf.conf
Class ConfTagDefault
Object
com.tailf.conf.ConfObject
com.tailf.conf.ConfTag
com.tailf.conf.ConfTagDefault
- All Implemented Interfaces:
 Serializable,Cloneable
Class representing an element in a model. This class is used to indicate
 that a default case is set in the call to Maapi.getCase() when NO_DEFAULTS
 flag is in use.
- 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_EMPTY, 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
Constructors - 
Method Summary
Methods inherited from class com.tailf.conf.ConfTag
encodeIKP, getConfNamespace, getNSHash, getPrefix, getTag, getTagHash, getURI, isLenient, setConfNamespace, setLenientMethods inherited from class com.tailf.conf.ConfObject
clone, decode, decode, decode 
- 
Constructor Details
- 
ConfTagDefault
public ConfTagDefault() 
 - 
 - 
Method Details
- 
equals
Description copied from class:ConfTagDetermine if two ConfTags are equal. Two ConfTag are equals if their tagname and nsUri are equals. or if tag values and ns values are the same. - 
hashCode
public int hashCode() - 
encode
 - 
toString
 - 
compareTo
 
 -