Package com.nt.udc.nar.xml
Class HashtableExtContext
java.lang.Object
com.nt.udc.util.xml.ElementContext
com.nt.udc.nar.xml.DCFieldContext
com.nt.udc.nar.xml.ObjectCollectionContext
com.nt.udc.nar.xml.HashtableExtContext
- All Implemented Interfaces:
IdentifiableContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
addDCField
(DCFieldContext fieldCtx) This method must provide the implementation to actually add a DCField to the specific field type being managed.void
end()
static ElementContextFactory
void
setHashtableExt
(HashtableExt hashtableExt) Methods inherited from class com.nt.udc.nar.xml.ObjectCollectionContext
add_byte, add_bytes, add_double, add_float, add_int, add_integer, add_ip, add_list, add_long, add_map, add_object, add_seconds, add_short, add_string, setFields, writeContent
Methods inherited from class com.nt.udc.nar.xml.DCFieldContext
characters, getAttributes, getField, getId, getKey, getStringValue, setDataDictionary, setField, setId, setStringValue, write
Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, getElementName, getParent, setElementName
-
Constructor Details
-
HashtableExtContext
public HashtableExtContext()
-
-
Method Details
-
getFactory
-
getHashtableExt
-
end
public void end()- Overrides:
end
in classDCFieldContext
-
setHashtableExt
-
addDCField
Description copied from class:ObjectCollectionContext
This method must provide the implementation to actually add a DCField to the specific field type being managed. For example, the MapFieldContext provide an implementation which adds a DCField to the MapField being managed.- Specified by:
addDCField
in classObjectCollectionContext
- Parameters:
fieldCtx
- The DCField to be added to the ObjectCollectionContext
-
add_hashtableext
-