public class CMISChoice extends Object
| Constructor and Description |
|---|
CMISChoice(String name,
Serializable value,
int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<CMISChoice> |
getChildren()
Get sub-choices
|
int |
getIndex()
Get the index that determined the choices position amongst it siblings
|
String |
getName()
Get the name of the choice
|
Serializable |
getValue()
Get the value when chosen
|
int |
hashCode() |
String |
toString() |
public CMISChoice(String name, Serializable value, int index)
public String getName()
public Serializable getValue()
public int getIndex()
public Collection<CMISChoice> getChildren()
Copyright © 2005–2014 Alfresco Software. All rights reserved.