Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


com.bharosa.vcrypt.tracker.data
Enum UserDeviceSecureStatus

java.lang.Object
  extended by java.lang.Enum<UserDeviceSecureStatus>
      extended by com.bharosa.vcrypt.tracker.data.UserDeviceSecureStatus

All Implemented Interfaces:
Serializable, Comparable<UserDeviceSecureStatus>

public enum UserDeviceSecureStatus
extends Enum<UserDeviceSecureStatus>

Enum Constant Summary
EITHER
           
SECURE
           
UNSECURE
           

 

Method Summary
static UserDeviceSecureStatus fromCode(int aCode)
           
 int getCode()
           
 Boolean getSecureValue()
           
static UserDeviceSecureStatus valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserDeviceSecureStatus[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

EITHER

public static final UserDeviceSecureStatus EITHER

UNSECURE

public static final UserDeviceSecureStatus UNSECURE

SECURE

public static final UserDeviceSecureStatus SECURE

Method Detail

values

public static UserDeviceSecureStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UserDeviceSecureStatus c : UserDeviceSecureStatus.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UserDeviceSecureStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getCode

public final int getCode()

getSecureValue

public final Boolean getSecureValue()

fromCode

public static final UserDeviceSecureStatus fromCode(int aCode)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.