|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.datadictionary.messages.ddconfig.DFieldConfigCodec
public final class DFieldConfigCodec
| Field Summary | |
|---|---|
static java.lang.String |
NS
Namespace. |
| Method Summary | |
|---|---|
protected static DFieldConfig |
decode(org.w3c.dom.Element element)
Decode field config. |
static void |
decodeStandardValues(DFieldConfig dField,
org.w3c.dom.Element element)
Decode standard values of a field config. |
protected static org.w3c.dom.Element |
encode(DFieldConfig dField,
org.w3c.dom.Element element)
Encode field config. |
static void |
encodeStandardValues(DFieldConfig dField,
org.w3c.dom.Element element)
Decode standard values of a field config. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NS
| Method Detail |
|---|
protected static DFieldConfig decode(org.w3c.dom.Element element)
throws ConfigurationException
element - Element.
ConfigurationException - Unable to decode field config.
public static void decodeStandardValues(DFieldConfig dField,
org.w3c.dom.Element element)
throws ConfigurationException
dField - Field config.element - Element.
ConfigurationException - Unable to decode field config.
protected static org.w3c.dom.Element encode(DFieldConfig dField,
org.w3c.dom.Element element)
throws ConfigurationException
dField - Field config.element - Parent.
ConfigurationException - Unable to encode field config.
public static void encodeStandardValues(DFieldConfig dField,
org.w3c.dom.Element element)
throws ConfigurationException
dField - Field config.element - Element.
ConfigurationException - Unable to decode standard values.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||