public class FormPropertyImpl extends Object implements FormProperty
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected boolean |
isReadable |
protected boolean |
isRequired |
protected boolean |
isWritable |
protected String |
name |
protected FormType |
type |
protected String |
value |
| Constructor and Description |
|---|
FormPropertyImpl(FormPropertyHandler formPropertyHandler) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
FormType |
getType() |
String |
getValue() |
boolean |
isReadable() |
boolean |
isRequired() |
boolean |
isWritable() |
void |
setValue(String value) |
protected String id
protected String name
protected FormType type
protected boolean isRequired
protected boolean isReadable
protected boolean isWritable
protected String value
public FormPropertyImpl(FormPropertyHandler formPropertyHandler)
public String getId()
getId in interface FormPropertypublic String getName()
getName in interface FormPropertypublic FormType getType()
getType in interface FormPropertypublic String getValue()
getValue in interface FormPropertypublic boolean isRequired()
isRequired in interface FormPropertypublic boolean isReadable()
isReadable in interface FormPropertypublic void setValue(String value)
public boolean isWritable()
isWritable in interface FormPropertyCopyright © 2018 Flowable. All rights reserved.