com.wewebu.ow.server.ecmimpl.cmis.generic
Class OwCMISHtmlChoiceBinding

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.generic.OwCMISHtmlChoiceBinding
All Implemented Interfaces:
OwCMISChoiceBinding<String>

public class OwCMISHtmlChoiceBinding
extends Object
implements OwCMISChoiceBinding<String>

OwCMISHtmlChoiceBinding.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwCMISHtmlChoiceBinding(org.oasis_open.docs.ns.cmis.core._200908.CmisChoiceHtml choice_p)
           
 
Method Summary
 org.oasis_open.docs.ns.cmis.core._200908.CmisChoice getChoice()
          Returns the native CmisChoice object which was wrapped by the implementing class.
 List<OwCMISChoiceBinding<String>> getSubChoices()
          If there is a tree like choice structure this method returns a non-empty list of OwCMISChiceBinding's, else an empty list should be returned.
 List<String> getValues()
          Return a list of values for given choices,
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISHtmlChoiceBinding

public OwCMISHtmlChoiceBinding(org.oasis_open.docs.ns.cmis.core._200908.CmisChoiceHtml choice_p)
Method Detail

getSubChoices

public List<OwCMISChoiceBinding<String>> getSubChoices()
Description copied from interface: OwCMISChoiceBinding
If there is a tree like choice structure this method returns a non-empty list of OwCMISChiceBinding's, else an empty list should be returned.

Specified by:
getSubChoices in interface OwCMISChoiceBinding<String>
Returns:
List of OwCMISChiceBinding.

getValues

public List<String> getValues()
Description copied from interface: OwCMISChoiceBinding
Return a list of values for given choices,

Specified by:
getValues in interface OwCMISChoiceBinding<String>
Returns:
List of specific type <L> values.

getChoice

public org.oasis_open.docs.ns.cmis.core._200908.CmisChoice getChoice()
Description copied from interface: OwCMISChoiceBinding
Returns the native CmisChoice object which was wrapped by the implementing class.

Specified by:
getChoice in interface OwCMISChoiceBinding<String>
Returns:
CmisChoice


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.