public abstract static class ICUResource.Value extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Value() |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteBuffer |
getBinary() |
abstract int |
getInt() |
abstract int[] |
getIntVector() |
abstract String |
getString() |
abstract int |
getType() |
abstract int |
getUInt() |
String |
toString()
Only for debugging.
|
public abstract int getType()
UResourceBundle.getType(),
for example, UResourceBundle.STRINGpublic abstract String getString()
UResourceTypeMismatchException - if this is not a string resourceUResourceBundle.getString()public abstract int getInt()
UResourceTypeMismatchException - if this is not an integer resourceUResourceBundle.getInt()public abstract int getUInt()
UResourceTypeMismatchException - if this is not an integer resourceUResourceBundle.getUInt()public abstract int[] getIntVector()
UResourceTypeMismatchException - if this is not an intvector resourceUResourceBundle.getIntVector()public abstract ByteBuffer getBinary()
UResourceTypeMismatchException - if this is not a binary-blob resourceUResourceBundle.getBinary()