Class DynamicSwitchPersister
- java.lang.Object
-
- net.n2oapp.framework.config.persister.widget.DynamicSwitchPersister
-
public class DynamicSwitchPersister extends Object
- Author:
- V. Alexeev.
-
-
Constructor Summary
Constructors Constructor Description DynamicSwitchPersister()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends NamespaceUriAware>
org.jdom.Elementpersist(N2oDynamicSwitch<T> entity, org.jdom.Namespace namespace, NamespacePersisterFactory<T,NamespacePersister<T>> persisterFactory)
-
-
-
Method Detail
-
persist
public static <T extends NamespaceUriAware> org.jdom.Element persist(N2oDynamicSwitch<T> entity, org.jdom.Namespace namespace, NamespacePersisterFactory<T,NamespacePersister<T>> persisterFactory)
-
-