Class StringPropertyValue
- All Implemented Interfaces:
Comparable<ThemeValue<Object>>
A Java property value for keys that use String values.
-
Field Summary
Fields inherited from class ThemeValue
id, referenceId, value -
Constructor Summary
ConstructorsConstructorDescriptionStringPropertyValue(String id, String value) StringPropertyValue(String id, String refId, String value) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected ObjectgetUnresolvedReferenceValue(String primaryId, String unresolvedId) Returns the T to be used if the indirect reference couldn't be resolved.static booleanisStringKey(String key) static StringPropertyValueprotected StringtoExternalId(String internalId) Methods inherited from class JavaPropertyValue
getReferredValue, getSerializationString, installValue, isExternalMethods inherited from class ThemeValue
compareTo, equals, get, getId, getRawValue, getReferenceId, hashCode, hasResolvableValue, inheritsFrom, isIndirect, toString
-
Constructor Details
-
StringPropertyValue
-
StringPropertyValue
-
-
Method Details
-
isStringKey
-
parse
-
getUnresolvedReferenceValue
Description copied from class:ThemeValueReturns the T to be used if the indirect reference couldn't be resolved.- Specified by:
getUnresolvedReferenceValuein classThemeValue<Object>- Parameters:
primaryId- the id we are trying to get a value forunresolvedId- the reference id that couldn't be resolved- Returns:
- the default value to be used if the indirect reference couldn't be resolved.
-
toExternalId
- Specified by:
toExternalIdin classJavaPropertyValue
-
getSerializedValue
- Specified by:
getSerializedValuein classJavaPropertyValue
-