Uses of Class
org.odpi.openmetadata.viewservices.serverauthor.api.properties.PlatformStatus
-
Packages that use PlatformStatus Package Description org.odpi.openmetadata.viewservices.serverauthor.api.properties This package provides the definition of the Java API for the Server Author OMVS. -
-
Uses of PlatformStatus in org.odpi.openmetadata.viewservices.serverauthor.api.properties
Methods in org.odpi.openmetadata.viewservices.serverauthor.api.properties that return PlatformStatus Modifier and Type Method Description PlatformStatusPlatform. getPlatformStatus()return the status of the platformstatic PlatformStatusPlatformStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformStatus[]PlatformStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.viewservices.serverauthor.api.properties with parameters of type PlatformStatus Modifier and Type Method Description voidPlatform. setPlatformStatus(PlatformStatus platformStatus)Set the platform status
-