Uses of Class
org.odpi.openmetadata.adminservices.configuration.registration.ServerTypeClassification
-
Packages that use ServerTypeClassification Package Description org.odpi.openmetadata.adminservices.configuration.registration org.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of ServerTypeClassification in org.odpi.openmetadata.adminservices.configuration.registration
Methods in org.odpi.openmetadata.adminservices.configuration.registration that return ServerTypeClassification Modifier and Type Method Description ServerTypeClassificationServerTypeClassification. getSuperType()Returns super type of server - null for top level.static ServerTypeClassificationServerTypeClassification. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerTypeClassification[]ServerTypeClassification. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServerTypeClassification in org.odpi.openmetadata.adminservices.rest
Constructors in org.odpi.openmetadata.adminservices.rest with parameters of type ServerTypeClassification Constructor Description ServerTypeClassificationSummary(ServerTypeClassification enumClassification)Enum constructor
-