|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.repository.sequencers.SequencerOutputMap.PropertyValue
@Immutable public class SequencerOutputMap.PropertyValue
A property name and value pair. PropertyValue instances have a natural order where the jcr:primaryType
is
first, followed by all other properties in ascending lexicographical order according to the name
.
Method Summary | |
---|---|
int |
compareTo(SequencerOutputMap.PropertyValue that)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Get the property name. |
java.lang.Object |
getValue()
Get the property value, which is either a single value or an array of values. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.Object getValue()
public int compareTo(SequencerOutputMap.PropertyValue that)
compareTo
in interface java.lang.Comparable<SequencerOutputMap.PropertyValue>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |