Class N2oSwitchAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.action.N2oSwitchAction
-
- All Implemented Interfaces:
Serializable,N2oAction,DatasourceIdAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source
public class N2oSwitchAction extends N2oAbstractAction implements DatasourceIdAware
Исходная модель действия switch- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oSwitchAction.AbstractCasestatic classN2oSwitchAction.Casestatic classN2oSwitchAction.DefaultCase
-
Constructor Summary
Constructors Constructor Description N2oSwitchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oSwitchAction.DefaultCasegetDefaultCase()List<N2oSwitchAction.Case>getValueCases()-
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.DatasourceIdAware
getDatasourceId, setDatasourceId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getValueCases
public List<N2oSwitchAction.Case> getValueCases()
-
getDefaultCase
public N2oSwitchAction.DefaultCase getDefaultCase()
-
-