public abstract class BasicOption extends java.lang.Object implements 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 |
toString()
Returns a string representation of the option.
|
public java.lang.String getName()
Option
public java.lang.String getShortDescription()
Option
getShortDescription
in interface Option
public java.lang.String getLongDescription()
Option
getLongDescription
in interface Option
public java.lang.String getId()
Option
public int getUid()
Option
public boolean isRequest()
Option
public boolean isResponse()
Option
isResponse
in interface Option
true
if this option is an output option and may be
retrieved from a response object.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.