|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ArcMapEntry
public class ArcMapEntry
Processes the arc elements of values of ASN.1
type OBJECT IDENTIFIER.
| Constructor Summary | |
|---|---|
ArcMapEntry(int lowestArc,
java.lang.String mnemonic,
java.lang.String oid)
Constructor for ArcMapEntry with parameters. |
|
| Method Summary | |
|---|---|
void |
addChild(ArcMapEntry entry)
Adds a child element to an ArcMap. |
java.util.Enumeration |
getChildren()
Returns the current child enumerations. |
java.lang.String |
getMnemonic()
Returns the current mnemonic. |
ArcMapEntry |
getParent()
Returns the current parent. |
int[] |
getValue()
Gets the arcs of a value of type ASN.1 OBJECT IDENTIFIER. |
boolean |
hasMnemonic(java.lang.String s)
Determines whether or not a nmemonic matches a given value. |
boolean |
isLegalPosition(int position)
Determines if the value of some OID arc is in a legal position. |
protected void |
setParent(ArcMapEntry parent)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArcMapEntry(int lowestArc,
java.lang.String mnemonic,
java.lang.String oid)
ArcMapEntry with parameters.
lowestArc - arc position in an information object identifier valuemnemonic - identifier name of an arc valueoid - an information object identifier| Method Detail |
|---|
public void addChild(ArcMapEntry entry)
ArcMap.
public java.util.Enumeration getChildren()
public ArcMapEntry getParent()
public java.lang.String getMnemonic()
public int[] getValue()
OBJECT IDENTIFIER.
public boolean hasMnemonic(java.lang.String s)
s - a supposed nmemonic
boolean true or falsepublic boolean isLegalPosition(int position)
position - location in series of OID arcs
boolean true or falseprotected void setParent(ArcMapEntry parent)
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||