public final class StringProperty extends Property
Modifier and Type | Class and Description |
---|---|
static class |
StringProperty.Maker
Inner class for making instances of StringProperty
|
Modifier and Type | Field and Description |
---|---|
static StringProperty |
EMPTY_STRING_PROPERTY
canonical instance for empty strings
|
Modifier and Type | Method and 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() |
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-2012 The Apache Software Foundation. All Rights Reserved.