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

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

public class OwCMISDecimalChoiceBinding
extends Object
implements OwCMISChoiceBinding<BigDecimal>

OwCMISDecimalChoiceBinding.

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
OwCMISDecimalChoiceBinding(org.oasis_open.docs.ns.cmis.core._200908.CmisChoiceDecimal 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<BigDecimal>> 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<BigDecimal> 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

OwCMISDecimalChoiceBinding

public OwCMISDecimalChoiceBinding(org.oasis_open.docs.ns.cmis.core._200908.CmisChoiceDecimal choice_p)
Method Detail

getSubChoices

public List<OwCMISChoiceBinding<BigDecimal>> 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<BigDecimal>
Returns:
List of OwCMISChiceBinding.

getValues

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

Specified by:
getValues in interface OwCMISChoiceBinding<BigDecimal>
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<BigDecimal>
Returns:
CmisChoice


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.