| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
ASTVariable.getDataType() |
DataPropertyType |
ASTComparisonOperator.validDataType() |
| Modifier and Type | Method and Description |
|---|---|
ASTOperandFunctionBuilder |
ASTOperandFunctionBuilder.withDataType(DataPropertyType type) |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
ASTConditionBase.getDataType() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataPropertyType> |
ASTOperandFunction._returnTypes |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
ASTOperandFunction.getArrayContentType() |
DataPropertyType |
ASTOperandVariable.getArrayContentType() |
DataPropertyType |
ASTOperandBase.getDataType() |
DataPropertyType |
ASTOperandFunction.getDataType() |
DataPropertyType |
ASTOperandVariable.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTOperandBase.setDataType(DataPropertyType type) |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
ASTOperandLambdaCondition.getDataType() |
DataPropertyType |
ASTOperandLambdaProperty.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
ASTOperandProperty.getArrayContentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTOperandProperty.setArrayContentType(DataPropertyType _arrayContentType) |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
DataSchema.assertVariableType(DataVariableReference ref) |
DataPropertyType |
DataPropertyBase.getArrayContentType() |
DataPropertyType |
DataPropertyBase.getType() |
DataPropertyType |
DataProperty.getTypeOfArray() |
static DataPropertyType |
DataPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPropertyType[] |
DataPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSchema.addProperty(String name,
String path,
DataPropertyType type) |
void |
DataSchema.addProperty(String name,
String path,
DataPropertyType type,
DataPropertyType arrayCntType) |
void |
DataSchema.addSemanticOperator(String name,
String operandName,
DataPropertyType type,
ASTComparisonOperator operator) |
void |
DataSchema.addVariable(String name,
DataPropertyType type) |
void |
DataPropertyBase.setArrayContentType(DataPropertyType _arrayContentType) |
void |
DataPropertyBase.setType(DataPropertyType _type) |
| Constructor and Description |
|---|
DataArrayProperty(String name,
String propertyPath,
String arrayPath,
DataPropertyType type) |
DataArrayProperty(String name,
String propertyPath,
String arrayPath,
DataPropertyType type,
DataPropertyType arrayContentType) |
DataProperty(String name,
String path,
DataPropertyType type) |
DataProperty(String name,
String path,
DataPropertyType type,
DataPropertyType arrayContentType) |
DataPropertyBase(String name,
DataPropertyType type) |
DataPropertyBase(String name,
DataPropertyType type,
DataPropertyType arrayContentType) |
DataSemanticOperator(String name,
String operandName,
DataPropertyType type,
ASTComparisonOperator operator) |
DataVariableReference(String name,
DataPropertyType type) |
DataVariableReference(String name,
DataPropertyType type,
String _originText) |
| Modifier and Type | Method and Description |
|---|---|
VariableReferenceAssertion |
VariableReferenceAssertion.hasArrayContentType(DataPropertyType type) |
PropertyAssertion |
PropertyAssertion.hasArrayContentType(DataPropertyType type) |
FunctionAssertion |
FunctionAssertion.hasArrayContentType(DataPropertyType expectedType) |
VariableReferenceAssertion |
VariableReferenceAssertion.hasType(DataPropertyType type) |
VariableAssertion |
VariableAssertion.hasType(DataPropertyType type) |
PropertyAssertion |
PropertyAssertion.hasType(DataPropertyType type) |
FunctionAssertion |
FunctionAssertion.hasType(DataPropertyType expectedType) |
LambdaAssertion |
LambdaAssertion.hasType(DataPropertyType expectedType) |
| Modifier and Type | Method and Description |
|---|---|
static DataPropertyType |
JsonUtils.parseArrayContentType(org.json.JSONArray jsonArray) |
static DataPropertyType |
JsonUtils.parseType(Object object) |
static DataPropertyType |
JsonUtils.parseTypeBySchemaProperty(org.json.JSONObject schemaProperty) |
static DataPropertyType |
JsonUtils.parseTypeFromString(String firstElementString) |
Copyright © 2020. All rights reserved.