| Package | Description |
|---|---|
| com.ocs.dynamo.domain |
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.EnumPath<TestEntity.TestEnum> |
QTestEntity.someEnum |
| Modifier and Type | Method and Description |
|---|---|
TestEntity.TestEnum |
TestEntity.getSomeEnum() |
static TestEntity.TestEnum |
TestEntity.TestEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestEntity.TestEnum[] |
TestEntity.TestEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestEntity.setSomeEnum(TestEntity.TestEnum someEnum) |
Copyright © 2017 Open Circle Solutions. All rights reserved.