public abstract class Data extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
Types.DataType |
getDataType() |
abstract String |
getDebugName() |
MetaData |
getMetaData() |
PrivacyConstraint |
getPrivacyConstraint() |
Types.ValueType |
getValueType() |
void |
removeMetaData() |
void |
setMetaData(MetaData md) |
void |
setPrivacyConstraints(PrivacyConstraint pc) |
void |
updateDataCharacteristics(DataCharacteristics mc) |
public abstract String getDebugName()
public Types.DataType getDataType()
public Types.ValueType getValueType()
public void setPrivacyConstraints(PrivacyConstraint pc)
public PrivacyConstraint getPrivacyConstraint()
public void setMetaData(MetaData md)
public MetaData getMetaData()
public void removeMetaData()
public void updateDataCharacteristics(DataCharacteristics mc)
Copyright © 2020 The Apache Software Foundation. All rights reserved.