org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyBooleanImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<Boolean>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyBooleanImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, PropertyBoolean, PropertyData<Boolean>
public class PropertyBooleanImpl
- extends AbstractPropertyData<Boolean>
- implements PropertyBoolean
Boolean property data implementation.
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData |
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName, setValue, setValues, toString |
PropertyBooleanImpl
public PropertyBooleanImpl()
PropertyBooleanImpl
public PropertyBooleanImpl(String id,
List<Boolean> values)
PropertyBooleanImpl
public PropertyBooleanImpl(String id,
Boolean value)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.