org.apache.directory.shared.ldap.extras.controls.ppolicy_impl
Class StoreError

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<Asn1Container>
      extended by org.apache.directory.shared.asn1.actions.AbstractReadInteger
          extended by org.apache.directory.shared.ldap.extras.controls.ppolicy_impl.StoreError
All Implemented Interfaces:
Action<Asn1Container>

public class StoreError
extends AbstractReadInteger

The action used to store the error

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreError()
          Instantiates a new StoreError action.
 
Method Summary
protected  void setIntegerValue(int value, Asn1Container container)
          
 
Methods inherited from class org.apache.directory.shared.asn1.actions.AbstractReadInteger
action
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreError

public StoreError()
Instantiates a new StoreError action.

Method Detail

setIntegerValue

protected void setIntegerValue(int value,
                               Asn1Container container)

Specified by:
setIntegerValue in class AbstractReadInteger


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