org.xcmis.client.gwt.model.property
Class BooleanProperty

java.lang.Object
  extended by org.xcmis.client.gwt.model.property.BaseProperty<Boolean>
      extended by org.xcmis.client.gwt.model.property.BooleanProperty
All Implemented Interfaces:
Property<Boolean>

public class BooleanProperty
extends BaseProperty<Boolean>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
BooleanProperty()
          Default constructor.
BooleanProperty(BooleanProperty other)
           
BooleanProperty(String id, String queryName, String localName, String displayName, Boolean value)
           
BooleanProperty(String id, String queryName, String localName, String displayName, List<Boolean> values)
           
 
Method Summary
 EnumPropertyType getType()
          
 
Methods inherited from class org.xcmis.client.gwt.model.property.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

BooleanProperty

public BooleanProperty()
Default constructor.


BooleanProperty

public BooleanProperty(BooleanProperty other)

BooleanProperty

public BooleanProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       Boolean value)
Parameters:
id - id
queryName - query name
localName - local name
displayName - display name
value - value

BooleanProperty

public BooleanProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       List<Boolean> values)
Parameters:
id - id
queryName - query name
localName - local name
displayName - display name
values - values
Method Detail

getType

public final EnumPropertyType getType()

Returns:
property type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.