public final class StringProperty extends Property
Modifier and Type | Class | Description |
---|---|---|
static class |
StringProperty.Maker |
Inner class for making instances of StringProperty
|
Modifier and Type | Field | Description |
---|---|---|
static StringProperty |
EMPTY_STRING_PROPERTY |
canonical instance for empty strings
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
static StringProperty |
getInstance(java.lang.String str) |
Return the canonical StringProperty instance
corresponding to the given string value
|
java.lang.Object |
getObject() |
This method expects to be overridden by subclasses
|
java.lang.String |
getString() |
This method expects to be overridden by subclasses.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString
public static final StringProperty EMPTY_STRING_PROPERTY
public static StringProperty getInstance(java.lang.String str)
str
- the base Stringpublic java.lang.Object getObject()
Property
public java.lang.String getString()
Property
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.