|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.search.query.entity.restriction.PropertyUtils
public class PropertyUtils
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 |
|---|
public PropertyUtils()
| Method Detail |
|---|
public static Property<java.lang.String> ofTypeString(java.lang.String name)
public static Property<java.lang.Enum> ofTypeEnum(java.lang.String name)
public static Property<java.lang.Boolean> ofTypeBoolean(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||