org.xcmis.client.gwt.model.property
Class UriProperty
java.lang.Object
org.xcmis.client.gwt.model.property.BaseProperty<String>
org.xcmis.client.gwt.model.property.UriProperty
- All Implemented Interfaces:
- Property<String>
public class UriProperty
- extends BaseProperty<String>
- 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(UriProperty other)
UriProperty
public UriProperty(String id,
String queryName,
String localName,
String displayName,
String value)
- Parameters:
id - idqueryName - query namelocalName - local namedisplayName - display namevalue - value
UriProperty
public UriProperty(String id,
String queryName,
String localName,
String displayName,
List<String> values)
- Parameters:
id - idqueryName - query namelocalName - local namedisplayName - display namevalues - values
getType
public final EnumPropertyType getType()
-
- Returns:
- property type
Copyright © 2010 eXo Platform SAS. All Rights Reserved.