|
jbpm-form-modeler-api 6.2.1-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDefinition
Helper class to get information about a java POJO
| Field Summary | |
|---|---|
static String |
PROP_IDENTIFIER
|
static String |
PROP_RELATION
|
static String[] |
PROPERTY_FLAGS
|
| Method Summary | |
|---|---|
String |
getId()
Property definition id, that is a combination of class and attributes |
Map |
getPropertyAttributes()
|
Class |
getPropertyClass()
Property class |
String |
getPropertyClassName()
|
boolean |
is(String propFlag)
Given a flag name, determine if this property definition has it on. |
boolean |
isIdentifier()
|
boolean |
isRequired()
Determines if current property can be not null |
| Field Detail |
|---|
static final String PROP_IDENTIFIER
static final String PROP_RELATION
static final String[] PROPERTY_FLAGS
| Method Detail |
|---|
Class getPropertyClass()
String getPropertyClassName()
String getId()
Map getPropertyAttributes()
boolean isIdentifier()
boolean is(String propFlag)
propFlag - flag name, one of PROPERTY_FLAGS
boolean isRequired()
|
jbpm-form-modeler-api 6.2.1-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||