org.xcmis.spi.model.impl
Class UriProperty
java.lang.Object
org.xcmis.spi.model.impl.BaseProperty<URI>
org.xcmis.spi.model.impl.UriProperty
- All Implemented Interfaces:
- Property<URI>
public class UriProperty
- extends BaseProperty<URI>
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriProperty
public UriProperty()
- Default constructor.
UriProperty
public UriProperty(String id,
String queryName,
String localName,
String displayName,
URI value)
UriProperty
public UriProperty(String id,
String queryName,
String localName,
String displayName,
List<URI> values)
getType
public final PropertyType getType()
-
- Returns:
- property type
Copyright © 2010 eXo Platform SAS. All Rights Reserved.