org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyStringImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<String>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyStringImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, PropertyData<String>, PropertyString
public class PropertyStringImpl
- extends AbstractPropertyData<String>
- implements PropertyString
String 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 |
PropertyStringImpl
public PropertyStringImpl()
PropertyStringImpl
public PropertyStringImpl(String id,
List<String> values)
PropertyStringImpl
public PropertyStringImpl(String id,
String value)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.