public interface Option
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the string id for this option.
|
java.lang.String |
getLongDescription()
Gets a multi-line description for this option
|
java.lang.String |
getName()
Gets a short name for this option, suitable for UI elements like list
boxes
|
java.lang.String |
getShortDescription()
Gets a one line description for this option
|
int |
getUid()
Gets the unique integer id for this option.
|
boolean |
isRequest()
Is the option usable in a request
|
boolean |
isResponse()
Is the option usable in a response
|
java.lang.String getName()
java.lang.String getId()
int getUid()
java.lang.String getShortDescription()
java.lang.String getLongDescription()
boolean isRequest()
true
if this option is an input option and may be
set on a request object.boolean isResponse()
true
if this option is an output option and may be
retrieved from a response object.Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.