@Immutable public final class BooleanProperty extends Property
isProperty| Modifier and Type | Field and Description |
|---|---|
static BooleanProperty |
FALSE |
static BooleanProperty |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static BooleanProperty |
getInstance(boolean value) |
static BooleanProperty |
getInstance(Boolean value) |
static BooleanProperty |
getInstance(String value) |
String |
getTypeAsString()
All Elements must return a string describing its type.
|
Boolean |
getValue()
Return the value of this property as an Object.
|
Object |
readResolve() |
checkInvalidSelfContext, checkRange, checkRestrictedContext, checkValidReplacement, defined, duplicate, execute, exists, isBoolean, isDouble, isList, isLong, isNlist, isPersistent, isProperty, isProtected, isResource, isString, isTransient, locateUndefinedElement, protect, rget, rgetList, rput, writableCopypublic static final BooleanProperty TRUE
public static final BooleanProperty FALSE
public static BooleanProperty getInstance(boolean value)
public static BooleanProperty getInstance(Boolean value)
public static BooleanProperty getInstance(String value)
public Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic Boolean getValue()
Propertypublic String getTypeAsString()
ElementgetTypeAsString in class ElementCopyright © 2014 Quattor. All Rights Reserved.