org.xcmis.client.gwt.model.property
Class HtmlPropertyDefinition
java.lang.Object
org.xcmis.client.gwt.model.property.BasePropertyDefinition<String>
org.xcmis.client.gwt.model.property.HtmlPropertyDefinition
- All Implemented Interfaces:
- PropertyDefinition<String>
public class HtmlPropertyDefinition
- extends BasePropertyDefinition<String>
- Version:
- $Id: $
- Author:
- Oksana Vereshchaka
|
Constructor Summary |
HtmlPropertyDefinition()
Default constructor. |
HtmlPropertyDefinition(String id,
String localName,
String localNamespace,
String queryName,
String displayName,
String description,
EnumCardinality cardinality,
EnumUpdatability updatability,
Boolean inherited,
Boolean required,
Boolean queryable,
Boolean orderable,
Boolean openChoice,
List<Choice<String>> choices,
String[] defaultValue)
|
| Methods inherited from class org.xcmis.client.gwt.model.property.BasePropertyDefinition |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setInherited, setLocalName, setLocalNamespace, setOpenChoice, setOrderable, setQueryable, setQueryName, setRequired, setUpdatability |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlPropertyDefinition
public HtmlPropertyDefinition()
- Default constructor.
HtmlPropertyDefinition
public HtmlPropertyDefinition(String id,
String localName,
String localNamespace,
String queryName,
String displayName,
String description,
EnumCardinality cardinality,
EnumUpdatability updatability,
Boolean inherited,
Boolean required,
Boolean queryable,
Boolean orderable,
Boolean openChoice,
List<Choice<String>> choices,
String[] defaultValue)
- Parameters:
id - idlocalName - local namelocalNamespace - local name spacequeryName - query namedisplayName - display namedescription - descriptioncardinality - cardinalityupdatability - updatabilityinherited - inheritedrequired - requiredqueryable - queryableorderable - orderableopenChoice - open choicechoices - choicesdefaultValue - default value
getPropertyType
public EnumPropertyType getPropertyType()
-
- Returns:
- property type
Copyright © 2010 eXo Platform SAS. All Rights Reserved.