Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Enum PrivacyValuePolicy.ValueType

java.lang.Object
  extended by java.lang.Enum<PrivacyValuePolicy.ValueType>
      extended by com.oracle.sft.api.context.PrivacyValuePolicy.ValueType

All Implemented Interfaces:
Serializable, Comparable<PrivacyValuePolicy.ValueType>
Enclosing interface:
PrivacyValuePolicy

public static enum PrivacyValuePolicy.ValueType
extends Enum<PrivacyValuePolicy.ValueType>

Type of a Privacy Value. The privacyValue actually is defined by RFC3323, RFC3325 and RFC4244.


Enum Constant Summary
CRITICAL
          Indicates Critical Privacy.
HEADER
          Indicates Header Privacy.
HISTORY
          Indicates History Privacy.
ID
          Indicates Id Privacy.
NONE
          Indicates None Privacy.
SESSION
          Indicates Session Privacy.
USER
          Indicates User Privacy.

 

Method Summary
static PrivacyValuePolicy.ValueType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrivacyValuePolicy.ValueType[] 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

HEADER

public static final PrivacyValuePolicy.ValueType HEADER
Indicates Header Privacy.

SESSION

public static final PrivacyValuePolicy.ValueType SESSION
Indicates Session Privacy.

USER

public static final PrivacyValuePolicy.ValueType USER
Indicates User Privacy.

NONE

public static final PrivacyValuePolicy.ValueType NONE
Indicates None Privacy.

CRITICAL

public static final PrivacyValuePolicy.ValueType CRITICAL
Indicates Critical Privacy.

ID

public static final PrivacyValuePolicy.ValueType ID
Indicates Id Privacy.

HISTORY

public static final PrivacyValuePolicy.ValueType HISTORY
Indicates History Privacy.

Method Detail

values

public static PrivacyValuePolicy.ValueType[] 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 (PrivacyValuePolicy.ValueType c : PrivacyValuePolicy.ValueType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PrivacyValuePolicy.ValueType 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

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.