public final class InputDefinition extends Object
Transformation
class.Constructor and Description |
---|
InputDefinition(String name,
com.onwbp.base.text.UserMessage description,
com.orchestranetworks.schema.SchemaTypeName type,
boolean isList) |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the input data description.
|
String |
getName()
Returns the input data name.
|
com.orchestranetworks.schema.SchemaTypeName |
getType()
Returns input data
SchemaTypeName . |
boolean |
isList()
Returns
true if the input data is a list. |
public InputDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, boolean isList)
public String getName()
public com.onwbp.base.text.UserMessage getDescription()
public com.orchestranetworks.schema.SchemaTypeName getType()
SchemaTypeName
.public boolean isList()
true
if the input data is a list.