|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.nist.antd.rsvp.message.ClassObject
|
+--gov.nist.antd.rsvp.message.LabelSetObject
Represents Label Set Object Class Number TBA : 0bbbbbbb Ctype : 1
This interface was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
VERSION CONTROL
-------------------------------------------------------------------------
Name- YYYY/MM/DD - VERSION - ACTION
chul - 04/16/2002 - 1.0 - Source created
chul - 05/16/2002 - 1.1 - Add comments First Compile chul - 06/06/2002 - 1.2 - Rename print_object() --> toString()
| Field Summary | |
private int |
action
|
private int |
label_type
Label Type |
private java.util.Vector |
subChannel
Subchannel List |
| Constructor Summary | |
LabelSetObject(int action,
int label_type)
Constructor |
|
| Method Summary | |
void |
addSubChannel(int channel)
|
int |
getAction()
Get Action |
int |
getLabelType()
Get Label Type |
int |
getSubChannel(int index)
Get the index-th subchannel from the list |
int |
removeSubChannel()
Remove the first subchnnel in the list |
java.lang.String |
toString()
Return object information string |
| Methods inherited from class gov.nist.antd.rsvp.message.ClassObject |
getCname, getCtype, getLength, setCname, setCtype, setLength |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private int action
private int label_type
private java.util.Vector subChannel
| Constructor Detail |
public LabelSetObject(int action,
int label_type)
action - label_type - | Method Detail |
public int getSubChannel(int index)
index -
public void addSubChannel(int channel)
channel - public int removeSubChannel()
public int getLabelType()
public int getAction()
public java.lang.String toString()
toString in class ClassObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||