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

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.generic.OwCMISPropertyDefinitionBase<BigInteger,org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger>
      extended by com.wewebu.ow.server.ecmimpl.cmis.generic.OwCMISPropertyIntegerDefinition
All Implemented Interfaces:
OwCMISPropertyDefinition<BigInteger>

public class OwCMISPropertyIntegerDefinition
extends OwCMISPropertyDefinitionBase<BigInteger,org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger>

OwCMISPropertyIntegerDefinition.

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
OwCMISPropertyIntegerDefinition(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyIntegerDefinitionType nativeDefinition_p)
           
 
Method Summary
protected  org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger createNativeProperty()
           
protected  OwCMISIntegerPropertyBinding createTypedBoundProperty(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger cmisProperty_p)
           
 List<OwCMISChoiceBinding<BigInteger>> getChoice()
          Return a list of OwCMISChoiceBinding, if defining a choice list.
 BigInteger getMaxValue()
          Return a maximum value if exist, else null should be returned.
 BigInteger getMinValue()
          Return a minimum value if exist, else null should be returned.
 org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType getNativeDefinition()
          Return the native type definition object.
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.cmis.generic.OwCMISPropertyDefinitionBase
createBoundProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISPropertyIntegerDefinition

public OwCMISPropertyIntegerDefinition(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyIntegerDefinitionType nativeDefinition_p)
Method Detail

getChoice

public List<OwCMISChoiceBinding<BigInteger>> getChoice()
Description copied from interface: OwCMISPropertyDefinition
Return a list of OwCMISChoiceBinding, if defining a choice list.

Returns:
List of OwCMISChoiceBindings
See Also:
OwCMISChoiceBinding

getNativeDefinition

public org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType getNativeDefinition()
Description copied from interface: OwCMISPropertyDefinition
Return the native type definition object.

Returns:
CmisPropertyDefinitionType

getMaxValue

public BigInteger getMaxValue()
Description copied from interface: OwCMISPropertyDefinition
Return a maximum value if exist, else null should be returned.

For type String this method will return null every time

Returns:
<L> type value or null

getMinValue

public BigInteger getMinValue()
Description copied from interface: OwCMISPropertyDefinition
Return a minimum value if exist, else null should be returned.

For type String this method will return null every time

Returns:
<L> type value or null

createNativeProperty

protected org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger createNativeProperty()
Specified by:
createNativeProperty in class OwCMISPropertyDefinitionBase<BigInteger,org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger>

createTypedBoundProperty

protected OwCMISIntegerPropertyBinding createTypedBoundProperty(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger cmisProperty_p)
Specified by:
createTypedBoundProperty in class OwCMISPropertyDefinitionBase<BigInteger,org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyInteger>


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.