Uses of Class
org.apache.directory.api.asn1.ber.tlv.UniversalTag

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.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.