com.atlassian.crowd.search.query.entity.restriction
Class PropertyUtils

java.lang.Object
  extended by com.atlassian.crowd.search.query.entity.restriction.PropertyUtils

public class PropertyUtils
extends Object

Factory methods for creating Property objects.


Constructor Summary
PropertyUtils()
           
 
Method Summary
static Property<Boolean> ofTypeBoolean(String name)
           
static Property<Enum> ofTypeEnum(String name)
           
static Property<String> ofTypeString(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyUtils

public PropertyUtils()
Method Detail

ofTypeString

public static Property<String> ofTypeString(String name)

ofTypeEnum

public static Property<Enum> ofTypeEnum(String name)

ofTypeBoolean

public static Property<Boolean> ofTypeBoolean(String name)


Copyright © 2012 Atlassian. All Rights Reserved.