|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAenumerator
Enumerated type enumerator.
| Field Summary | |
private java.lang.String |
name
Enumerator name. |
private java.lang.String |
values
Enumerator values. |
| Constructor Summary | |
HLAenumerator()
Default constructor. |
|
HLAenumerator(HLAenumerator other)
Copy constructor. |
|
HLAenumerator(java.lang.String pName,
java.lang.String pValues)
Constructor. |
|
| Method Summary | |
static HLAenumerator |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAenumerator from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAenumerator to the specified stream. |
java.lang.String |
getName()
Returns the value of the name field. |
java.lang.String |
getValues()
Returns the value of the values field. |
void |
setName(java.lang.String pName)
Sets the value of the name field. |
void |
setValues(java.lang.String pValues)
Sets the value of the values field. |
java.lang.String |
toString()
Returns a string representation of this HLAenumerator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String name
private java.lang.String values
| Constructor Detail |
public HLAenumerator()
public HLAenumerator(java.lang.String pName,
java.lang.String pValues)
pName - the value of the name fieldpValues - the value of the values fieldpublic HLAenumerator(HLAenumerator other)
other - the other HLAenumerator to copy| Method Detail |
public static HLAenumerator decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurs
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the output stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
public void setName(java.lang.String pName)
pName - the new value for the fieldpublic java.lang.String getName()
public void setValues(java.lang.String pValues)
pValues - the new value for the fieldpublic java.lang.String getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||