public abstract class Property extends PersistentElement
isProperty| Modifier | Constructor and Description |
|---|---|
protected |
Property(Object value)
This constructor should be used by subclasses to set the value of the
property.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Require that all Elements implement an equals method.
|
Object |
getValue()
Return the value of this property as an Object.
|
int |
hashCode()
Require that all Elements implement the hashCode method.
|
String |
toString()
Require that all Elements implement a reasonable toString method.
|
checkInvalidSelfContext, checkRange, checkRestrictedContext, checkValidReplacement, defined, duplicate, execute, exists, getTypeAsString, isBoolean, isDouble, isList, isLong, isNlist, isPersistent, isProperty, isProtected, isResource, isString, isTransient, locateUndefinedElement, protect, rget, rgetList, rput, writableCopyprotected Property(Object value)
value - public Object getValue()
public int hashCode()
Elementpublic boolean equals(Object o)
ElementCopyright © 2014 Quattor. All Rights Reserved.