Package org.exolab.castor.builder.info
Interface XMLInfo
-
- All Known Implementing Classes:
ClassInfo
,CollectionInfo
,CollectionInfoJ2
,CollectionInfoJ2Collection
,CollectionInfoJ2Set
,CollectionInfoJ2SortedSet
,CollectionInfoODMG30
,FieldInfo
,IdentityInfo
public interface XMLInfo
A class for storing XML related information.- Version:
- $Revision: 7915 $ $Date: 2006-02-23 01:37:50 -0700 (Thu, 23 Feb 2006) $
- Author:
- Keith Visco
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHOICE_NODE_NAME_ERROR_INDICATION
Identifies the node name for a choice group.
-
-
-
Field Detail
-
CHOICE_NODE_NAME_ERROR_INDICATION
static final java.lang.String CHOICE_NODE_NAME_ERROR_INDICATION
Identifies the node name for a choice group.- See Also:
- Constant Field Values
-
-