|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.CMISChoice
public class CMISChoice
Choice for property definitions
Constructor Summary | |
---|---|
CMISChoice(java.lang.String name,
java.io.Serializable value,
int index)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Collection |
getChildren()
Get sub-choices |
int |
getIndex()
Get the index that determined the choices position amongst it siblings |
java.lang.String |
getName()
Get the name of the choice |
java.io.Serializable |
getValue()
Get the value when chosen |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CMISChoice(java.lang.String name, java.io.Serializable value, int index)
Method Detail |
---|
public java.lang.String getName()
public java.io.Serializable getValue()
public int getIndex()
public java.util.Collection getChildren()
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 |