public enum SecureBroadcastInterval extends java.lang.Enum<SecureBroadcastInterval> implements java.io.Serializable
| Enum Constant and Description |
|---|
DISABLED
Disable secure broadcast.
|
SECURE_BROADCAST_INTERVAL_1_DAY
The secure broadcast interval is 1 day.
|
SECURE_BROADCAST_INTERVAL_1_HONR
The secure broadcast interval is 1 hour.
|
SECURE_BROADCAST_INTERVAL_1_MINTE
The secure broadcast interval is 1 minute.
|
SECURE_BROADCAST_INTERVAL_30_DAYS
The secure broadcast interval is 7 days.
|
SECURE_BROADCAST_INTERVAL_5_SECONDS
The secure broadcast interval is 5 seconds.
|
SECURE_BROADCAST_INTERVAL_7_DAYS
The secure broadcast interval is 7 days.
|
UNKNOWN
Unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static SecureBroadcastInterval |
getSecureBroadcastInterval(int secureBroadcastIntervalInt) |
static SecureBroadcastInterval |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecureBroadcastInterval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecureBroadcastInterval DISABLED
public static final SecureBroadcastInterval SECURE_BROADCAST_INTERVAL_5_SECONDS
public static final SecureBroadcastInterval SECURE_BROADCAST_INTERVAL_1_MINTE
public static final SecureBroadcastInterval SECURE_BROADCAST_INTERVAL_1_HONR
public static final SecureBroadcastInterval SECURE_BROADCAST_INTERVAL_1_DAY
public static final SecureBroadcastInterval SECURE_BROADCAST_INTERVAL_7_DAYS
public static final SecureBroadcastInterval SECURE_BROADCAST_INTERVAL_30_DAYS
public static final SecureBroadcastInterval UNKNOWN
public static SecureBroadcastInterval[] values()
for (SecureBroadcastInterval c : SecureBroadcastInterval.values()) System.out.println(c);
public static SecureBroadcastInterval valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static SecureBroadcastInterval getSecureBroadcastInterval(int secureBroadcastIntervalInt)