| Package | Description |
|---|---|
| org.gradoop.common.model.impl.properties.strategies |
Contains classes that implement the
PropertyValueStrategy interface as well as their
factory and utility classes. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValueStrategy |
PropertyValueStrategyFactory.get(byte value)
Returns strategy mapping to the provided byte value.
|
static PropertyValueStrategy |
PropertyValueStrategyFactory.get(Class clazz)
Get a strategy which corresponds the provided class.
|
static PropertyValueStrategy |
PropertyValueStrategyFactory.get(Object value)
Get strategy by object.
|
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.