Package com.nt.udc.nar.xml
Class MapFieldContext
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.MapFieldContext
- All Implemented Interfaces:
IdentifiableContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDCField
(DCFieldContext fieldCtx) This method must provide the implementation to actually add a DCField to the specific field type being managed.static ElementContextFactory
void
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, end, getAttributes, getField, getId, getKey, getStringValue, setDataDictionary, setId, setStringValue, write
Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, getElementName, getParent, setElementName
-
Constructor Details
-
MapFieldContext
public MapFieldContext()
-
-
Method Details
-
getFactory
-
setField
- Overrides:
setField
in classDCFieldContext
-
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
-