|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.xdr.RecordDescriptor
public final class RecordDescriptor
This class defines the one set of usage events.
Field Summary | |
---|---|
AttributeDescriptor[] |
attributes_
To store the list of Attribute Descriptors |
int |
descriptorId_
To store the Descriptor Id |
java.lang.String |
typeName_
Name of service type |
Constructor Summary | |
---|---|
RecordDescriptor()
Default Constructor |
|
RecordDescriptor(java.lang.String typeName,
int descriptorId,
AttributeDescriptor[] attributes)
Constructor that sets the name, id and attributes list. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String typeName_
public int descriptorId_
public AttributeDescriptor[] attributes_
Constructor Detail |
---|
public RecordDescriptor()
public RecordDescriptor(java.lang.String typeName, int descriptorId, AttributeDescriptor[] attributes)
typeName
- The name of the service typedescriptorId
- The Descriptor Idattributes
- The attributes list
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |