|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
protected static class PropertyParser.ValueHolder
This is a holder for a key-pair and the property value.
| Constructor Summary | |
|---|---|
PropertyParser.ValueHolder(PropertyParser.Pair key,
String value)
Constructs a new instance of this class with given key pair and the property value. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
PropertyParser.Pair |
getPair()
Returns the property key pair |
String |
getPropertyName()
Returns the name of the property (suffix of the key pair) |
String |
getValue()
Returns the property value |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyParser.ValueHolder(PropertyParser.Pair key,
String value)
key - property key pairvalue - property value| Method Detail |
|---|
public PropertyParser.Pair getPair()
public String getPropertyName()
public String getValue()
public int compareTo(Object o)
compareTo in interface Comparablepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||