Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
Modifier and Type | Method and Description |
---|---|
abstract DataType.DataTypeDescription<T> |
DataType.getDescription()
Returns a description of the data type.
|
DataType.DataTypeDescription<java.util.Date> |
DataType.ARXDate.getDescription() |
DataType.DataTypeDescription<java.lang.Double> |
DataType.ARXDecimal.getDescription() |
DataType.DataTypeDescription<java.lang.Long> |
DataType.ARXInteger.getDescription() |
DataType.DataTypeDescription<java.lang.String> |
DataType.ARXOrderedString.getDescription() |
DataType.DataTypeDescription<java.lang.String> |
DataType.ARXString.getDescription() |
DataType.DataTypeDescription<T> |
DataType.DataTypeWithRatioScale.getDescription() |
static <U> DataType.DataTypeDescription<U> |
DataType.list(java.lang.Class<U> clazz)
Returns a datatype for the given class.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DataType.DataTypeDescription<?>> |
DataType.list()
Lists all available data types.
|