public interface Schema<S extends Schema<S>>
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Get the namespace URI of this schema.
|
int |
major() |
int |
minor() |
default boolean |
since(S schema)
Indicates whether this version of the schema is greater than or equal to the version of the specified schema.
|
int major()
int minor()
String getNamespaceUri()
default boolean since(S schema)
schema
- a schema version with which to compareCopyright © 2017 JBoss by Red Hat. All rights reserved.