public class BaseStringProperty extends BaseProperty
documentReference, ownerDocument, referenceCache
Constructor and Description |
---|
BaseStringProperty() |
Modifier and Type | Method and Description |
---|---|
BaseStringProperty |
clone() |
protected void |
cloneInternal(BaseProperty clone)
Subclasses override this to copy values during cloning.
|
boolean |
equals(Object obj) |
String |
getValue() |
void |
setValue(Object value) |
String |
toText() |
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, hashCode, isValueDirty, merge, mergeValue, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toString, toXML, toXMLString
getDocumentReference, getLocalEntityReferenceSerializer, getLocalization, getLocalKey, getLocalUidStringEntityReferenceSerializer, getName, getOwnerDocument, getPrettyName, getReference, localizePlain, localizePlainOrKey, setDocumentReference, setName, setPrettyName
finalize, getClass, notify, notifyAll, wait, wait, wait
getDocumentReference, getName, getReference, setDocumentReference, setName
public String getValue()
getValue
in class BaseProperty
public void setValue(Object value)
setValue
in class BaseProperty
public String toText()
toText
in class BaseProperty
public boolean equals(Object obj)
equals
in class BaseProperty
public BaseStringProperty clone()
clone
in interface PropertyInterface
clone
in class BaseProperty
protected void cloneInternal(BaseProperty clone)
BaseProperty
cloneInternal
in class BaseProperty
clone
- The cloned value.Copyright © 2004–2015 XWiki. All rights reserved.