Modifier and Type | Field and Description |
---|---|
protected FieldType |
Property.fieldType |
protected FieldType |
ActionParameter.fieldType |
protected FieldType |
Constant.fieldType |
protected FieldType |
Field.fieldType |
protected FieldType |
CustomAction.inputFieldType |
protected FieldType |
CustomAction.outputFieldType |
protected FieldType |
LookupEntry.sourceType |
protected FieldType |
ActionDetail.sourceType |
protected FieldType |
LookupEntry.targetType |
protected FieldType |
ActionDetail.targetType |
Modifier and Type | Method and Description |
---|---|
static FieldType |
FieldType.fromValue(String v) |
FieldType |
Property.getFieldType()
Gets the value of the fieldType property.
|
FieldType |
ActionParameter.getFieldType()
Gets the value of the fieldType property.
|
FieldType |
Constant.getFieldType()
Gets the value of the fieldType property.
|
FieldType |
Field.getFieldType()
Gets the value of the fieldType property.
|
FieldType |
CustomAction.getInputFieldType()
Gets the value of the inputFieldType property.
|
FieldType |
CustomAction.getOutputFieldType()
Gets the value of the outputFieldType property.
|
FieldType |
LookupEntry.getSourceType()
Gets the value of the sourceType property.
|
FieldType |
ActionDetail.getSourceType()
Gets the value of the sourceType property.
|
FieldType |
LookupEntry.getTargetType()
Gets the value of the targetType property.
|
FieldType |
ActionDetail.getTargetType()
Gets the value of the targetType property.
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Property.setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
ActionParameter.setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
Constant.setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
Field.setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
CustomAction.setInputFieldType(FieldType value)
Sets the value of the inputFieldType property.
|
void |
CustomAction.setOutputFieldType(FieldType value)
Sets the value of the outputFieldType property.
|
void |
LookupEntry.setSourceType(FieldType value)
Sets the value of the sourceType property.
|
void |
ActionDetail.setSourceType(FieldType value)
Sets the value of the sourceType property.
|
void |
LookupEntry.setTargetType(FieldType value)
Sets the value of the targetType property.
|
void |
ActionDetail.setTargetType(FieldType value)
Sets the value of the targetType property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.