Uses of Enum Class
de.iip_ecosphere.platform.support.Schema
Packages that use Schema
-
Uses of Schema in de.iip_ecosphere.platform.support
Fields in de.iip_ecosphere.platform.support declared as SchemaMethods in de.iip_ecosphere.platform.support that return SchemaModifier and TypeMethodDescriptionServerAddress.getSchema()Returns the schema.static SchemaReturns the enum constant of this class with the specified name.static Schema[]Schema.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.iip_ecosphere.platform.support with parameters of type SchemaModifierConstructorDescriptionServerAddress(Schema schema) Creates a newServerAddress.LOCALHOSTserver address instance on an ephemerial port.ServerAddress(Schema schema, int port) Creates a newServerAddress.LOCALHOSTserver address instance.ServerAddress(Schema schema, String host, int port) Creates a new server address instance.