|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UniversalTag | |
|---|---|
| org.apache.directory.api.asn1.ber.grammar | |
| org.apache.directory.api.asn1.ber.tlv | |
| Uses of UniversalTag in org.apache.directory.api.asn1.ber.grammar |
|---|
| Constructors in org.apache.directory.api.asn1.ber.grammar with parameters of type UniversalTag | |
|---|---|
GrammarTransition(Enum<?> previousState,
Enum<?> currentState,
UniversalTag currentTag)
Creates a new GrammarTransition object. |
|
GrammarTransition(Enum<?> previousState,
Enum<?> currentState,
UniversalTag currentTag,
Action<C> action)
Creates a new GrammarTransition object. |
|
| Uses of UniversalTag in org.apache.directory.api.asn1.ber.tlv |
|---|
| Methods in org.apache.directory.api.asn1.ber.tlv that return UniversalTag | |
|---|---|
static UniversalTag |
UniversalTag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UniversalTag[] |
UniversalTag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||