com.im.df.api 5.9

com.im.df.api.util
Class ExtraDFItemProperties

java.lang.Object
  extended by com.im.df.api.util.ExtraDFItemProperties

public final class ExtraDFItemProperties
extends Object

Utility method for @see ExtraDFItemProperty.


Method Summary
static String getExtraProperty(DFItem item, Class<? extends ExtraDFItemProperty> extraProp)
          Get value of extra property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExtraProperty

public static String getExtraProperty(DFItem item,
                                      Class<? extends ExtraDFItemProperty> extraProp)
Get value of extra property.

Parameters:
extraProp - The property type
item - The entity or field
Returns:
Null if the property is not

com.im.df.api 5.9