PropertyBuilder

public final class PropertyBuilder

The PropertyBuilder class is a util class that helps create appropriate property class based on passed name and value.

Methods

create

public static Property create(Field field, Object value)

create

public static Property create(String name, Object value, Class type)

create

public static Property create(String name, Object value, String type)

create

public static Property create(String name, Object value, String type, String operator)

createRelationProperty

public static Property createRelationProperty(String jdoVariableName, String name, Object value, String type)

createRelationProperty

public static Property createRelationProperty(String jdoVariableName, String name, Object value, String type, String operator)

createRelationPropertyForComboboxCollection

public static CollectionProperty createRelationPropertyForComboboxCollection(String jdoVariable, String name, Object value, String type)