public class CMISChoice
extends java.lang.Object
| Constructor and Description |
|---|
CMISChoice(java.lang.String name,
java.io.Serializable value,
int index) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public CMISChoice(java.lang.String name,
java.io.Serializable value,
int index)
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.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.