org.apache.chemistry.opencmis.commons.impl.dataobjects
Class ChoiceImpl<T>
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.ChoiceImpl<T>
- All Implemented Interfaces:
- java.io.Serializable, ExtensionsData, Choice<T>
public class ChoiceImpl<T>
- extends AbstractExtensionData
- implements Choice<T>
Choice implementation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChoiceImpl
public ChoiceImpl()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interface Choice<T>
setDisplayName
public void setDisplayName(java.lang.String displayName)
getValue
public java.util.List<T> getValue()
- Specified by:
getValue
in interface Choice<T>
setValue
public void setValue(java.util.List<T> value)
getChoice
public java.util.List<Choice<T>> getChoice()
- Specified by:
getChoice
in interface Choice<T>
setChoice
public void setChoice(java.util.List<Choice<T>> choice)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.