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

Packages that use TLVStateEnum
org.apache.directory.api.asn1.ber   
org.apache.directory.api.asn1.ber.tlv   
 

Uses of TLVStateEnum in org.apache.directory.api.asn1.ber
 

Methods in org.apache.directory.api.asn1.ber that return TLVStateEnum
 TLVStateEnum Asn1Container.getState()
          Gets the current grammar state
 TLVStateEnum AbstractContainer.getState()
          Gets the current grammar state
 

Methods in org.apache.directory.api.asn1.ber with parameters of type TLVStateEnum
 void Asn1Container.setState(TLVStateEnum state)
          Sets the new current state
 void AbstractContainer.setState(TLVStateEnum state)
          Sets the new current state
 

Uses of TLVStateEnum in org.apache.directory.api.asn1.ber.tlv
 

Methods in org.apache.directory.api.asn1.ber.tlv that return TLVStateEnum
static TLVStateEnum TLVStateEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TLVStateEnum[] TLVStateEnum.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.