public class Feature extends EnumParameterValue
Conference
.Modifier and Type | Field and Description |
---|---|
static Feature |
AUDIO
The conference has audio.
|
static Feature |
CHAT
The conference has chat or instant messaging.
|
static Feature |
FEED
The conference has some kind of feed, such as an Atom or RSS feed.
|
static Feature |
MODERATOR
Indicates that the property value is specific to the owner of the
conference.
|
static Feature |
PHONE
The conference is a phone conference.
|
static Feature |
SCREEN
The conference supports screen sharing.
|
static Feature |
VIDEO
The conference is a video conference.
|
value
Modifier and Type | Method and Description |
---|---|
static Collection<Feature> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Feature |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Feature |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
getValue, toString
public static final Feature FEED
public static final Feature MODERATOR
public static Feature find(String value)
value
- the parameter valuepublic static Feature get(String value)
==
equality.value
- the parameter valuepublic static Collection<Feature> all()
Copyright © 2013-2016 Michael Angstadt. All Rights Reserved.