|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<CopyControl>
com.oracle.sft.api.rls.CopyControl
public enum CopyControl
Represents the copy control attributes in resource lists
Enum Constant Summary | |
---|---|
BCC Represents the CopyControl attribute "bcc". |
|
CC Represents the CopyControl attribute "cc". |
|
TO Represents the CopyControl attribute "to". |
Method Summary | |
---|---|
String |
toString() |
String |
value() Get the value. |
static CopyControl |
valueOf(String name) Returns the enum constant of this type with the specified name. |
static CopyControl[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CopyControl TO
public static final CopyControl CC
public static final CopyControl BCC
Method Detail |
---|
public static CopyControl[] values()
for (CopyControl c : CopyControl.values()) System.out.println(c);
public static CopyControl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public String toString()
toString
in class Enum<CopyControl>
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.