|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
fr.etai.xat2v2.obj | |
fr.etai.xat2v2.util | Classes in this package are all utility classes. |
Uses of Operation in fr.etai.xat2v2.obj |
---|
Methods in fr.etai.xat2v2.obj that return Operation | |
---|---|
Operation |
OperationLink.getOperationInternalId()
Gets the value of the operationInternalId property. |
Methods in fr.etai.xat2v2.obj that return types with arguments of type Operation | |
---|---|
List<Operation> |
Operation.getOperationList()
Gets the value of the operationList property. |
List<Operation> |
Calculating.getOperationList()
Gets the value of the operationList property. |
Methods in fr.etai.xat2v2.obj with parameters of type Operation | |
---|---|
void |
Operation.addOperation(Operation operation)
|
void |
Calculating.addOperation(Operation operation)
|
void |
OperationLink.setOperationInternalId(Operation value)
Sets the value of the operationInternalId property. |
Method parameters in fr.etai.xat2v2.obj with type arguments of type Operation | |
---|---|
void |
Operation.setOperationList(List<Operation> value)
Sets the value of the operationList property. |
void |
Calculating.setOperationList(List<Operation> value)
Sets the value of the operationList property. |
Uses of Operation in fr.etai.xat2v2.util |
---|
Methods in fr.etai.xat2v2.util with parameters of type Operation | |
---|---|
static Classification |
OperationUtil.getCommentByRef(Operation operation,
String ref)
Gets the classification from commentList property. |
static String |
OperationUtil.getCommentValue(Operation operation,
String ref)
Gets the classification.value from commentList. |
static ExplicitDate |
OperationUtil.getDateByRef(Operation operation,
String ref)
Gets the expliciteDate from dateList property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |