Klasse AttributeType

java.lang.Object
org.deidentifier.arx.AttributeType
Alle implementierten Schnittstellen:
Serializable, Cloneable
Bekannte direkte Unterklassen:
AttributeType.Hierarchy, AttributeType.MicroAggregationFunction

public class AttributeType extends Object implements Serializable, Cloneable
Represents an attribute type.
Siehe auch:
  • Felddetails

    • IDENTIFYING_ATTRIBUTE

      public static AttributeType IDENTIFYING_ATTRIBUTE
      Represents an identifying attribute.
    • SENSITIVE_ATTRIBUTE

      public static AttributeType SENSITIVE_ATTRIBUTE
      Represents a sensitive attribute.
    • INSENSITIVE_ATTRIBUTE

      public static AttributeType INSENSITIVE_ATTRIBUTE
      Represents an insensitive attribute.
    • QUASI_IDENTIFYING_ATTRIBUTE

      public static AttributeType QUASI_IDENTIFYING_ATTRIBUTE
      Represents a quasi-identifying attribute.
  • Methodendetails