|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.resourcebundle.ResourceBundleOperationResult
public final class ResourceBundleOperationResult
Provides the result of a ResourceBundle operation that is more complicated than a simple boolean.
| Constructor Summary | |
|---|---|
ResourceBundleOperationResult(boolean result, java.lang.String warning)Package-private because noone else should create this |
|
| Method Summary | |
|---|---|
boolean |
getResult()Gets the result of the resource bundle operation |
java.lang.String |
getWarning()Gets the string that represents the warning message (if any) generated by the resource bundle operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceBundleOperationResult(boolean result,
java.lang.String warning)
result - whether the operation succeeded or failedwarning - string that represents a warning if any occurred, may be null| Method Detail |
|---|
public boolean getResult()
public java.lang.String getWarning()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||