|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordType | |
|---|---|
| org.errai.samples.serialization.client.shared | |
| Uses of RecordType in org.errai.samples.serialization.client.shared |
|---|
| Methods in org.errai.samples.serialization.client.shared that return RecordType | |
|---|---|
RecordType |
Record.getType()
|
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.errai.samples.serialization.client.shared with parameters of type RecordType | |
|---|---|
void |
Record.setType(RecordType type)
|
| Constructors in org.errai.samples.serialization.client.shared with parameters of type RecordType | |
|---|---|
Record(int recordId,
String name,
float balance,
Date accountOpened,
RecordType type,
Item[] stuff,
String[][] properties)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||