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