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(Object obj) |
static StringProperty |
getInstance(String str)
Return the canonical StringProperty instance
corresponding to the given string value
|
Object |
getObject()
This method expects to be overridden by subclasses
|
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(String str)
str
- the base Stringpublic Object getObject()
Property
public String getString()
Property
Copyright © 2025 Apache Software Foundation. All rights reserved.