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:
- Serializable, ExtensionsData, Choice<T>
public class ChoiceImpl<T>
- extends AbstractExtensionData
- implements Choice<T>
Choice implementation.
- See Also:
- Serialized Form
ChoiceImpl
public ChoiceImpl()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface Choice<T>
setDisplayName
public void setDisplayName(String displayName)
getValue
public List<T> getValue()
- Specified by:
getValue
in interface Choice<T>
setValue
public void setValue(List<T> value)
getChoice
public List<Choice<T>> getChoice()
- Specified by:
getChoice
in interface Choice<T>
setChoice
public void setChoice(List<Choice<T>> choice)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.