Class StoreVirtualListViewResult
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
-
- org.apache.directory.api.asn1.actions.AbstractReadInteger<VirtualListViewResponseContainer>
-
- org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreVirtualListViewResult
-
- All Implemented Interfaces:
Action<VirtualListViewResponseContainer>
public class StoreVirtualListViewResult extends AbstractReadInteger<VirtualListViewResponseContainer>
The action used to store the virtualListViewResult value- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreVirtualListViewResult()Instantiates a new virtualListViewResult action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetIntegerValue(int value, VirtualListViewResponseContainer vlvContainer)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, VirtualListViewResponseContainer vlvContainer)set the integer value to the appropriate field of ASN.1 object present in the container- Specified by:
setIntegerValuein classAbstractReadInteger<VirtualListViewResponseContainer>- Parameters:
value- the integer valuevlvContainer- the ASN.1 object's container
-
-