| Package | Description |
|---|---|
| net.bolbat.kit.property |
Generic key/value properties.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
Property.getType()
Get property type.
|
Properties |
AbstractProperty.getType() |
static Properties |
Properties.resolveByName(String name)
Resolve property type by name.
|
static Properties |
Properties.resolveByPropertyClass(Class<? extends Property<?>> aPropertyClass)
Resolve property type by property class.
|
static Properties |
Properties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties[] |
Properties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractProperty(Properties aType,
String aKey,
ValueType aValue)
Default constructor.
|
Copyright © 2013–2019 BB Corp. All rights reserved.