|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAfield
Fixed record type field.
| Field Summary | |
private java.lang.String |
dataType
Field data type. |
private java.lang.String |
name
Field name. |
private java.lang.String |
semantics
Field semantics. |
| Constructor Summary | |
HLAfield()
Default constructor. |
|
HLAfield(HLAfield other)
Copy constructor. |
|
HLAfield(java.lang.String pName,
java.lang.String pDataType,
java.lang.String pSemantics)
Constructor. |
|
| Method Summary | |
static HLAfield |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAfield from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAfield to the specified stream. |
java.lang.String |
getDataType()
Returns the value of the dataType field. |
java.lang.String |
getName()
Returns the value of the name field. |
java.lang.String |
getSemantics()
Returns the value of the semantics field. |
void |
setDataType(java.lang.String pDataType)
Sets the value of the dataType field. |
void |
setName(java.lang.String pName)
Sets the value of the name field. |
void |
setSemantics(java.lang.String pSemantics)
Sets the value of the semantics field. |
java.lang.String |
toString()
Returns a string representation of this HLAfield. |
| 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 dataType
private java.lang.String semantics
| Constructor Detail |
public HLAfield()
public HLAfield(java.lang.String pName,
java.lang.String pDataType,
java.lang.String pSemantics)
pName - the value of the name fieldpDataType - the value of the dataType fieldpSemantics - the value of the semantics fieldpublic HLAfield(HLAfield other)
other - the other HLAfield to copy| Method Detail |
public static HLAfield 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 setDataType(java.lang.String pDataType)
pDataType - the new value for the fieldpublic java.lang.String getDataType()
public void setSemantics(java.lang.String pSemantics)
pSemantics - the new value for the fieldpublic java.lang.String getSemantics()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||