| Package | Description |
|---|---|
| org.opencompare.api.java | |
| org.opencompare.api.java.interpreter | |
| org.opencompare.api.java.io | |
| org.opencompare.api.java.value |
| Modifier and Type | Method and Description |
|---|---|
Value |
Cell.getInterpretation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setInterpretation(Value interpretation) |
| Modifier and Type | Method and Description |
|---|---|
Value |
CellContentInterpreter.interpretString(String content) |
| Modifier and Type | Method and Description |
|---|---|
Value |
ImportCell.getInterpretation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCell.setInterpretation(Value interpretation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanValue
Created by gbecan on 09/10/14.
|
interface |
Conditional
Created by gbecan on 09/10/14.
|
interface |
DateValue
Created by gbecan on 09/10/14.
|
interface |
Dimension
Created by gbecan on 09/10/14.
|
interface |
IntegerValue
Created by gbecan on 09/10/14.
|
interface |
Multiple
Created by gbecan on 09/10/14.
|
interface |
NotApplicable
Created by gbecan on 09/10/14.
|
interface |
NotAvailable
Created by gbecan on 09/10/14.
|
interface |
Partial
Created by gbecan on 09/10/14.
|
interface |
RealValue
Created by gbecan on 09/10/14.
|
interface |
StringValue
Created by gbecan on 09/10/14.
|
interface |
Unit
Created by gbecan on 09/10/14.
|
interface |
Version
Created by gbecan on 09/10/14.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Conditional.getCondition() |
Value |
Partial.getValue() |
Value |
Conditional.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Multiple.getSubValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Multiple.addSubValue(Value value) |
void |
Multiple.removeSubValue(Value value) |
void |
Conditional.setCondition(Value condition) |
void |
Partial.setValue(Value value) |
void |
Conditional.setValue(Value value) |
Copyright © 2016. All rights reserved.