org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyBooleanDefinitionImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition<Boolean>
          extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyBooleanDefinitionImpl
All Implemented Interfaces:
Serializable, ExtensionsData, PropertyBooleanDefinition, PropertyDefinition<Boolean>

public class PropertyBooleanDefinitionImpl
extends AbstractPropertyDefinition<Boolean>
implements PropertyBooleanDefinition

Boolean property definition data implementation.

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
PropertyBooleanDefinitionImpl()
           
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatability, toString
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Constructor Detail

PropertyBooleanDefinitionImpl

public PropertyBooleanDefinitionImpl()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.