Class StoreSortResponseResultCode<C extends Asn1Container>
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
-
- org.apache.directory.api.asn1.actions.AbstractReadInteger<C>
-
- org.apache.directory.api.ldap.codec.controls.sort.StoreSortResponseResultCode<C>
-
- Type Parameters:
C- The Asn1Container type to use
- All Implemented Interfaces:
Action<C>
public class StoreSortResponseResultCode<C extends Asn1Container> extends AbstractReadInteger<C>
The action used to store the result code of a SortResponseControl- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreSortResponseResultCode()Instantiates a new StoreSortResponseResultCode action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetIntegerValue(int value, Asn1Container container)set the integer value to the appropriate field of ASN.1 object present in the container-
Methods inherited from class org.apache.directory.api.asn1.actions.AbstractReadInteger
action
-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
-
-
-
-
Method Detail
-
setIntegerValue
protected void setIntegerValue(int value, Asn1Container container)set the integer value to the appropriate field of ASN.1 object present in the container- Specified by:
setIntegerValuein classAbstractReadInteger<C extends Asn1Container>- Parameters:
value- the integer valuecontainer- the ASN.1 object's container
-
-