public static class PropertyValue.StringStore extends Object implements PropertyValue
PropertyValue.BytesStore, PropertyValue.Factory<P extends PropertyValue>, PropertyValue.SealedStore, PropertyValue.Strategy, PropertyValue.StringStore| Constructor and Description |
|---|
StringStore(byte[] value) |
StringStore(char[] value) |
StringStore(CharSequence aCharSequence) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue.Factory<PropertyValue.StringStore> |
getFactory() |
CharSequence |
getValue() |
byte[] |
getValueAsBytes() |
char[] |
getValueAsChars() |
String |
getValueAsString() |
boolean |
isProtected() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbytesToChars, bytesToCharSequence, charSequenceToBytes, charsToBytespublic StringStore(CharSequence aCharSequence)
public StringStore(char[] value)
public StringStore(byte[] value)
public static PropertyValue.Factory<PropertyValue.StringStore> getFactory()
public String getValueAsString()
getValueAsString in interface PropertyValuepublic char[] getValueAsChars()
getValueAsChars in interface PropertyValuepublic byte[] getValueAsBytes()
getValueAsBytes in interface PropertyValuepublic CharSequence getValue()
getValue in interface PropertyValuepublic boolean isProtected()
isProtected in interface PropertyValueCopyright © 2025. All rights reserved.