public class FlowProperty extends Object implements Serializable
Constructor and Description |
---|
FlowProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
Boolean |
getRequired() |
String |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
void |
setType(String type) |
void |
setValue(String value) |
public static final String EL_TYPE
public Boolean getRequired()
public void setRequired(Boolean required)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2006–2018 TinyGroup. All rights reserved.