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 java.lang.Object

Factory methods for creating Property objects.


Constructor Summary
PropertyUtils()
           
 
Method Summary
static Property<java.lang.Boolean> ofTypeBoolean(java.lang.String name)
           
static Property<java.lang.Enum> ofTypeEnum(java.lang.String name)
           
static Property<java.lang.String> ofTypeString(java.lang.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<java.lang.String> ofTypeString(java.lang.String name)

ofTypeEnum

public static Property<java.lang.Enum> ofTypeEnum(java.lang.String name)

ofTypeBoolean

public static Property<java.lang.Boolean> ofTypeBoolean(java.lang.String name)


Copyright © 2010 Atlassian. All Rights Reserved.