Class N2oOptionsInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oOptionsInvocation
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,N2oInvocation
@Deprecated public class N2oOptionsInvocation extends Object implements N2oInvocation
Deprecated.Модель операции с заданными заранее значениями- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oOptionsInvocation()Deprecated.N2oOptionsInvocation(List<String> options)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetNamespaceUri()Deprecated.List<String>getOptions()Deprecated.voidsetNamespaceUri(String namespaceUri)Deprecated.voidsetOptions(List<String> options)Deprecated.-
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.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
-