public class CustomAction extends Action implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected FieldType |
inputFieldType |
protected String |
methodName |
protected String |
name |
protected FieldType |
outputFieldType |
Constructor and Description |
---|
CustomAction() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the value of the className property.
|
FieldType |
getInputFieldType()
Gets the value of the inputFieldType property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
String |
getName()
Gets the value of the name property.
|
FieldType |
getOutputFieldType()
Gets the value of the outputFieldType property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setInputFieldType(FieldType value)
Sets the value of the inputFieldType property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutputFieldType(FieldType value)
Sets the value of the outputFieldType property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected String name
protected String className
protected String methodName
protected FieldType inputFieldType
protected FieldType outputFieldType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public String getMethodName()
String
public void setMethodName(String value)
value
- allowed object is
String
public FieldType getInputFieldType()
FieldType
public void setInputFieldType(FieldType value)
value
- allowed object is
FieldType
public FieldType getOutputFieldType()
FieldType
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.