public enum ChannelProperty extends Enum<ChannelProperty> implements Property
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isChangeable() |
static ChannelProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelProperty CHANNEL_CODEC
public static final ChannelProperty CHANNEL_CODEC_IS_UNENCRYPTED
public static final ChannelProperty CHANNEL_CODEC_LATENCY_FACTOR
public static final ChannelProperty CHANNEL_CODEC_QUALITY
public static final ChannelProperty CHANNEL_DESCRIPTION
public static final ChannelProperty CHANNEL_FILEPATH
public static final ChannelProperty CHANNEL_FLAG_DEFAULT
public static final ChannelProperty CHANNEL_FLAG_MAXCLIENTS_UNLIMITED
public static final ChannelProperty CHANNEL_FLAG_MAXFAMILYCLIENTS_INHERITED
public static final ChannelProperty CHANNEL_FLAG_MAXFAMILYCLIENTS_UNLIMITED
public static final ChannelProperty CHANNEL_FLAG_PASSWORD
public static final ChannelProperty CHANNEL_FLAG_PERMANENT
public static final ChannelProperty CHANNEL_FLAG_SEMI_PERMANENT
public static final ChannelProperty CHANNEL_FLAG_TEMPORARY
public static final ChannelProperty CHANNEL_FORCED_SILENCE
public static final ChannelProperty CHANNEL_ICON_ID
public static final ChannelProperty CHANNEL_MAXCLIENTS
public static final ChannelProperty CHANNEL_MAXFAMILYCLIENTS
public static final ChannelProperty CHANNEL_NAME
public static final ChannelProperty CHANNEL_NAME_PHONETIC
public static final ChannelProperty CHANNEL_NEEDED_TALK_POWER
public static final ChannelProperty CHANNEL_NEEDED_SUBSCRIBE_POWER
public static final ChannelProperty CHANNEL_ORDER
public static final ChannelProperty CHANNEL_PASSWORD
public static final ChannelProperty CHANNEL_TOPIC
public static final ChannelProperty CID
public static final ChannelProperty PID
public static final ChannelProperty CPID
public static ChannelProperty[] values()
for (ChannelProperty c : ChannelProperty.values()) System.out.println(c);
public static ChannelProperty 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 boolean isChangeable()
Copyright © 2015. All rights reserved.