PropertyValueStrategy interface as well as their
factory and utility classes.See: Description
| Class | Description |
|---|---|
| AbstractFixSizedPropertyValueStrategy<T> |
Abstract class that provides generic methods for
PropertyValueStrategy classes that
handle data types with a fixed size. |
| AbstractVariableSizedPropertyValueStrategy<T> |
Abstract class that provides generic methods for
PropertyValueStrategy classes that
handle data types with a variable size. |
| BigDecimalStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
BigDecimal. |
| BooleanStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Boolean. |
| DateStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
LocalDate. |
| DateTimeStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
LocalDateTime. |
| DoubleStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Double. |
| FloatStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Float. |
| GradoopIdStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
GradoopIdStrategy. |
| IntegerStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Integer. |
| ListStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
List. |
| LongStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Long. |
| MapStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Map. |
| NullStrategy |
Strategy class for handling
PropertyValue operations when the value is null. |
| PropertyValueStrategyFactory |
Factory class responsible for instantiating strategy classes that manage every kind of access to
the current
PropertyValue value. |
| SetStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Set. |
| ShortStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
Short. |
| StringStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
String. |
| TimeStrategy |
Strategy class for handling
PropertyValue operations with a value of the type
LocalTime. |
PropertyValueStrategy interface as well as their
factory and utility classes.Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.