TRaw - the raw value type for this propertypublic abstract class BcPropertyBase<TRaw> extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
BcPropertyBase.RawConverter |
| Modifier | Constructor and Description |
|---|---|
protected |
BcPropertyBase(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
TRaw |
getPropertyValue(Property property) |
protected com.google.common.base.Function<Value,TRaw> |
getRawConverter() |
protected boolean |
isEquals(TRaw newValue,
TRaw currentValue) |
boolean |
isSameName(Property property) |
boolean |
isSameName(String propertyName) |
String |
toString() |
abstract TRaw |
unwrap(Value value)
Convert the Ge value to its original raw type.
|
abstract Value |
wrap(TRaw value)
Convert the raw value to an appropriate value for storage
in Ge.
|
protected BcPropertyBase(String propertyName)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.