Package | Description |
---|---|
org.apache.openmeetings.db.entity.room |
Modifier and Type | Method and Description |
---|---|
static RoomPoll.Type |
RoomPoll.Type.get(int type) |
static RoomPoll.Type |
RoomPoll.Type.get(Integer type) |
static RoomPoll.Type |
RoomPoll.Type.get(Long type) |
RoomPoll.Type |
RoomPoll.getType() |
static RoomPoll.Type |
RoomPoll.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoomPoll.Type[] |
RoomPoll.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RoomPoll.setType(RoomPoll.Type type) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.