Package org.apache.ofbiz.entity
Class GenericDelegator.TestOperation
- java.lang.Object
-
- org.apache.ofbiz.entity.GenericDelegator.TestOperation
-
- Enclosing class:
- GenericDelegator
public static final class GenericDelegator.TestOperation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestOperation(Delegator.OperationType operation, GenericValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Delegator.OperationType
getOperation()
GenericValue
getValue()
-
-
-
Constructor Detail
-
TestOperation
public TestOperation(Delegator.OperationType operation, GenericValue value)
-
-
Method Detail
-
getOperation
public Delegator.OperationType getOperation()
-
getValue
public GenericValue getValue()
-
-