com.atlassian.crowd.search.query.entity.restriction
Class Property<V>
java.lang.Object
com.atlassian.crowd.search.query.entity.restriction.Property<V>
public class Property<V>
- extends Object
Property
public Property(String propertyName,
Class<V> propertyType)
getPropertyName
public String getPropertyName()
getPropertyType
public Class<V> getPropertyType()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
ofTypeString
public static Property<String> ofTypeString(String name)
ofTypeEnum
public static Property<Enum> ofTypeEnum(String name)
ofTypeBoolean
public static Property<Boolean> ofTypeBoolean(String name)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.