ValueType - value typepublic interface Property<ValueType> extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
Property<ValueType> |
clone()
Clone property.
|
String |
getGroup()
Get property group.
Optional field for any custom properties grouping. |
String |
getKey()
Get property key.
|
Properties |
getType()
Get property type.
|
ValueType |
getValue()
Get property value.
|
Properties getType()
String getKey()
ValueType getValue()
String getGroup()
Copyright © 2013–2019 BB Corp. All rights reserved.