jbpm-form-modeler-service-core 6.1.0.Beta2

org.jbpm.formModeler.core.processing
Class PropertyDefinitionImpl

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.PropertyDefinitionImpl
All Implemented Interfaces:
PropertyDefinition

public class PropertyDefinitionImpl
extends Object
implements PropertyDefinition


Field Summary
 
Fields inherited from interface org.jbpm.formModeler.core.processing.PropertyDefinition
PROP_IDENTIFIER, PROP_RELATION, PROPERTY_FLAGS
 
Constructor Summary
PropertyDefinitionImpl()
           
 
Method Summary
 String getId()
           
 Map getPropertyAttributes()
           
 Class getPropertyClass()
           
 String getPropertyClassName()
           
 boolean is(String flagName)
           
 boolean isIdentifier()
           
 boolean isRequired()
           
 void setAttribute(String name, String val)
           
 void setAttribute(String name, String lang, String val)
           
 void setPropertyAttributes(Map propertyAttributes)
           
 void setPropertyClass(Class propertyType)
           
 void setRequired(boolean required)
           
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinitionImpl

public PropertyDefinitionImpl()
Method Detail

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)

jbpm-form-modeler-service-core 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.