|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MessagingAddressType.PrimaryType>
com.bea.netuix.application.communities.messaging.MessagingAddressType.PrimaryType
public static enum MessagingAddressType.PrimaryType
| Enum Constant Summary | |
|---|---|
CUSTOM
Custom messaging address type |
|
EMAIL
Email messaging address type |
|
INSTANT_MESSAGE
Instant message messaging address type |
|
| Method Summary | |
|---|---|
static MessagingAddressType.PrimaryType |
getFromValue(String value)
Returns the PrimaryType given it's string value. |
String |
getValue()
Returns the value of this primary type |
static MessagingAddressType.PrimaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessagingAddressType.PrimaryType[] |
values()
Returns an array containing the constants of this enum type, in the order theyre 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 |
|---|
public static final MessagingAddressType.PrimaryType EMAIL
public static final MessagingAddressType.PrimaryType INSTANT_MESSAGE
public static final MessagingAddressType.PrimaryType CUSTOM
| Method Detail |
|---|
public static final MessagingAddressType.PrimaryType[] values()
public static MessagingAddressType.PrimaryType valueOf(String name)
public String getValue()
public static MessagingAddressType.PrimaryType getFromValue(String value)
PrimaryType given it's string value.
value - string value of primary type
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||