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