|
JACK 5.4 JACOB Application Interface | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaos.apib.APIString
APIString is a simple class that implements the Base interface. The purpose of APIString
is to encapsulate a single String member. This is useful for when a String needs to be added to
an Aggregate list which only accepts objects of type Base. It is a JACOB object defined as:
<Class :name "APIString"
:fields (
<Field :name "val" :type :string >
)
>
| Field Summary | |
java.lang.String |
val
The String value escapsulated by the APIString
Object. |
| Constructor Summary | |
APIString()
Constructs an APIString object with a null String
value. |
|
APIString(java.lang.String s)
Constructs an APIString object with the given
String value. |
|
| Method Summary | |
StreamerSupport |
getStreamer()
Returns the StreamerSupport object
for this type. |
java.lang.String |
toString()
Returns a String describing this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String val
String value escapsulated by the APIString
Object.
| Constructor Detail |
public APIString()
APIString object with a null String
value.
public APIString(java.lang.String s)
APIString object with the given
String value.
s - The initial value of the String.| Method Detail |
public StreamerSupport getStreamer()
StreamerSupport object
for this type.
getStreamer in interface Basepublic java.lang.String toString()
String describing this object.
String description.
|
JACK 5.4 JACOB Application Interface | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
US Government Restricted Rights
The JACK Modules and relevant Software Material have been developed entirely at private expense and are accordingly provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013 or subparagraph (c)(1) and (2) of the Commercial Computer Software Restricted Rights and 48 CFR 52.2270-19, as applicable.