Uses of Class
org.odpi.openmetadata.metadatasecurity.properties.ReferenceableStatus
-
Packages that use ReferenceableStatus Package Description org.odpi.openmetadata.metadatasecurity.properties -
-
Uses of ReferenceableStatus in org.odpi.openmetadata.metadatasecurity.properties
Methods in org.odpi.openmetadata.metadatasecurity.properties that return ReferenceableStatus Modifier and Type Method Description ReferenceableStatusReferenceable. getStatus()Return the status for the bean.static ReferenceableStatusReferenceableStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceableStatus[]ReferenceableStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.metadatasecurity.properties with parameters of type ReferenceableStatus Modifier and Type Method Description voidReferenceable. setStatus(ReferenceableStatus status)Set up the status for the bean.
-