Class FieldsetElementIOv4<T extends N2oFieldSet>
- java.lang.Object
-
- net.n2oapp.framework.config.io.fieldset.FieldsetElementIOv4<T>
-
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
- Direct Known Subclasses:
LineFieldsetElementIOv4,PanelFieldsetElementIOv4,SetFieldsetElementIOv4
public abstract class FieldsetElementIOv4<T extends N2oFieldSet> extends Object implements NamespaceIO<T>
Чтение\запись филдсета версии 4.0
-
-
Constructor Summary
Constructors Constructor Description FieldsetElementIOv4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()voidio(org.jdom.Element e, T fs, IOProcessor p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, T fs, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oFieldSet>
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware
-
-