org.bn.compiler.parser.model
public class AsnOidComponent extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AsnDefinedValue |
defval |
boolean |
isDefinedValue |
java.lang.String |
name |
boolean |
nameAndNumberForm |
boolean |
nameForm |
java.lang.Integer |
num |
boolean |
numberForm |
Constructor and Description |
---|
AsnOidComponent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AsnDefinedValue defval
public boolean isDefinedValue
public java.lang.String name
public boolean nameAndNumberForm
public boolean nameForm
public java.lang.Integer num
public boolean numberForm