|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.schema.NamedBit
public class NamedBit
Processing support for ASN.1 named bit values.
| Field Summary | |
|---|---|
ValueName |
_name
|
NumberValue |
_value
|
| Constructor Summary | |
|---|---|
NamedBit(ValueName name,
NumberValue value)
Sets the name and value of a named bit. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBitMask()
Returns the 0x bit mask. |
ValueName |
getName()
Returns the current bit value name. |
NumberValue |
getValue()
Returns the current numeric bit value. |
void |
setName(ValueName valueName)
Sets the current value name. |
void |
setValue(NumberValue numberValue)
Sets the current numeric bit value. |
java.lang.String |
toString()
Returns a formatted string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ValueName _name
public NumberValue _value
| Constructor Detail |
|---|
public NamedBit(ValueName name,
NumberValue value)
name - the bit namevalue - the named bit value| Method Detail |
|---|
public ValueName getName()
public void setName(ValueName valueName)
valueName - the name of a named bit valuepublic NumberValue getValue()
public java.lang.String getBitMask()
0x bit mask.
public void setValue(NumberValue numberValue)
numberValue - a value of a bitpublic java.lang.String toString()
toString in class java.lang.Object
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||