org.jbpm.formModeler.core.processing
public interface PropertyDefinition
Modifier and Type | Field and Description |
---|---|
static String |
PROP_IDENTIFIER |
static String |
PROP_RELATION |
static String[] |
PROPERTY_FLAGS |
Modifier and Type | Method and Description |
---|---|
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
|
static final String PROP_IDENTIFIER
static final String PROP_RELATION
static final String[] PROPERTY_FLAGS
Class getPropertyClass()
String getPropertyClassName()
String getId()
Map getPropertyAttributes()
boolean isIdentifier()
boolean is(String propFlag)
propFlag
- flag name, one of PROPERTY_FLAGSboolean isRequired()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.