Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.RetentionBasis
-
Packages that use RetentionBasis Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.classifications org.odpi.openmetadata.accessservices.subjectarea.properties.enums -
-
Uses of RetentionBasis in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications that return RetentionBasis Modifier and Type Method Description RetentionBasisRetention. getBasis()Basis on which the retention period is defined.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications with parameters of type RetentionBasis Modifier and Type Method Description voidRetention. setBasis(RetentionBasis basis) -
Uses of RetentionBasis in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return RetentionBasis Modifier and Type Method Description static RetentionBasisRetentionBasis. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionBasis[]RetentionBasis. values()Returns an array containing the constants of this enum type, in the order they are declared.
-