| Package | Description |
|---|---|
| org.staticioc.model |
| Modifier and Type | Method and Description |
|---|---|
Bean.Type |
Bean.getType() |
static Bean.Type |
Bean.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bean.Type[] |
Bean.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 |
Bean.setType(Bean.Type type) |
| Constructor and Description |
|---|
CollectionBean(Bean.Type type) |
CollectionBean(String name,
String className,
Bean.Type type) |
CollectionBean(String name,
String className,
boolean anonymous,
Bean.Type type) |
Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.