Uses of Class
org.apache.directory.api.asn1.ber.tlv.TLVStateEnum
-
Packages that use TLVStateEnum Package Description 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 Modifier and Type Method Description TLVStateEnumAbstractContainer. getState()Gets the current grammar stateTLVStateEnumAsn1Container. getState()Gets the current grammar stateMethods in org.apache.directory.api.asn1.ber with parameters of type TLVStateEnum Modifier and Type Method Description voidAbstractContainer. setState(TLVStateEnum state)Sets the new current statevoidAsn1Container. 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 Modifier and Type Method Description static TLVStateEnumTLVStateEnum. 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.
-