| Package | Description |
|---|---|
| org.protempa.backend | |
| org.protempa.backend.test |
| Modifier and Type | Method and Description |
|---|---|
static BackendPropertyType |
BackendPropertyType.fromCls(Class<?> cls) |
BackendPropertyType |
BackendPropertySpec.getType() |
static BackendPropertyType |
BackendPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendPropertyType[] |
BackendPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BackendPropertySpec(String name,
String displayName,
String description,
BackendPropertyType type,
boolean required,
BackendPropertyValidator validator) |
| Constructor and Description |
|---|
MockBackendPropertySpec(String name,
BackendPropertyType type) |
Copyright © 2012–2018 Emory University. All rights reserved.