org.jbpm.formModeler.core.processing
Class PropertyDefinitionImpl
java.lang.Object
org.jbpm.formModeler.core.processing.PropertyDefinitionImpl
- All Implemented Interfaces:
- PropertyDefinition
public class PropertyDefinitionImpl
- extends Object
- implements PropertyDefinition
PropertyDefinitionImpl
public PropertyDefinitionImpl()
getPropertyAttributes
public Map getPropertyAttributes()
- Specified by:
getPropertyAttributes
in interface PropertyDefinition
setPropertyAttributes
public void setPropertyAttributes(Map propertyAttributes)
setAttribute
public void setAttribute(String name,
String val)
setAttribute
public void setAttribute(String name,
String lang,
String val)
getPropertyClass
public Class getPropertyClass()
- Specified by:
getPropertyClass
in interface PropertyDefinition
getPropertyClassName
public String getPropertyClassName()
- Specified by:
getPropertyClassName
in interface PropertyDefinition
getId
public String getId()
- Specified by:
getId
in interface PropertyDefinition
setPropertyClass
public void setPropertyClass(Class propertyType)
isIdentifier
public boolean isIdentifier()
- Specified by:
isIdentifier
in interface PropertyDefinition
is
public boolean is(String flagName)
- Specified by:
is
in interface PropertyDefinition
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
toString
in class Object
- Returns:
- a string representation of the object.
isRequired
public boolean isRequired()
- Specified by:
isRequired
in interface PropertyDefinition
setRequired
public void setRequired(boolean required)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.