org.xcmis.spi.model.impl
Class UriProperty

java.lang.Object
  extended by org.xcmis.spi.model.impl.BaseProperty<URI>
      extended by org.xcmis.spi.model.impl.UriProperty
All Implemented Interfaces:
Property<URI>

public class UriProperty
extends BaseProperty<URI>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
UriProperty()
          Default constructor.
UriProperty(String id, String queryName, String localName, String displayName, List<URI> values)
           
UriProperty(String id, String queryName, String localName, String displayName, URI value)
           
 
Method Summary
 PropertyType getType()
          
 
Methods inherited from class org.xcmis.spi.model.impl.BaseProperty
getDisplayName, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getType

public final PropertyType getType()

Returns:
property type


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.