tigase.server.sreceiver
public static enum PropertyConstants.SenderAddress extends Enum<PropertyConstants.SenderAddress> implements DefaultValues
| Enum Constant and Description |
|---|
LEAVE |
REMOVE |
REPLACE |
REPLACE_SRECV |
| Modifier and Type | Method and Description |
|---|---|
String[] |
strValues() |
static PropertyConstants.SenderAddress |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyConstants.SenderAddress[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyConstants.SenderAddress REPLACE
public static final PropertyConstants.SenderAddress LEAVE
public static final PropertyConstants.SenderAddress REMOVE
public static final PropertyConstants.SenderAddress REPLACE_SRECV
public static PropertyConstants.SenderAddress[] values()
for (PropertyConstants.SenderAddress c : PropertyConstants.SenderAddress.values()) System.out.println(c);
public static PropertyConstants.SenderAddress 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[] strValues()
strValues in interface DefaultValuesCopyright © 2013 Tigase. All rights reserved.