com.novell.nxpe
Class NxpeResult.Value

java.lang.Object
  extended by com.novell.nxpe.NxpeResult.Value
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NxpeResult

public static class NxpeResult.Value
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static NxpeResult.Value cancel
           
static NxpeResult.Value conditionFalse
           
static NxpeResult.Value conditionTrue
           
static NxpeResult.Value conditionUnknown
           
static NxpeResult.Value deny
           
static NxpeResult.Value errorBadData
           
static NxpeResult.Value errorConfigInitialization
           
static NxpeResult.Value errorDataUnavailable
           
static NxpeResult.Value errorGeneralFailure
           
static NxpeResult.Value errorIllegalArgument
           
static NxpeResult.Value errorIllegalState
           
static NxpeResult.Value errorInterfaceUnavailable
           
static NxpeResult.Value errorNoMemory
           
static NxpeResult.Value noAction
           
static NxpeResult.Value obligation
           
static NxpeResult.Value pending
           
static NxpeResult.Value permit
           
static NxpeResult.Value success
           
static NxpeResult.Value userDataNotAccessible
           
 
Constructor Summary
protected NxpeResult.Value(int value, java.lang.String value_string)
           
 
Method Summary
 int hashCode()
           
 int intValue()
           
 java.lang.String stringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

public static final NxpeResult.Value success

errorNoMemory

public static final NxpeResult.Value errorNoMemory

errorBadData

public static final NxpeResult.Value errorBadData

errorConfigInitialization

public static final NxpeResult.Value errorConfigInitialization

errorGeneralFailure

public static final NxpeResult.Value errorGeneralFailure

pending

public static final NxpeResult.Value pending

userDataNotAccessible

public static final NxpeResult.Value userDataNotAccessible

permit

public static final NxpeResult.Value permit

deny

public static final NxpeResult.Value deny

obligation

public static final NxpeResult.Value obligation

noAction

public static final NxpeResult.Value noAction

conditionFalse

public static final NxpeResult.Value conditionFalse

conditionTrue

public static final NxpeResult.Value conditionTrue

conditionUnknown

public static final NxpeResult.Value conditionUnknown

cancel

public static final NxpeResult.Value cancel

errorInterfaceUnavailable

public static final NxpeResult.Value errorInterfaceUnavailable

errorDataUnavailable

public static final NxpeResult.Value errorDataUnavailable

errorIllegalState

public static final NxpeResult.Value errorIllegalState

errorIllegalArgument

public static final NxpeResult.Value errorIllegalArgument
Constructor Detail

NxpeResult.Value

protected NxpeResult.Value(int value,
                           java.lang.String value_string)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

intValue

public final int intValue()

stringValue

public final java.lang.String stringValue()


Copyright © 2005-2009, 2012 Novell,Inc. All Rights Reserved.