Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Version<T> |
Version.access(AccessType access)
Sets the
access attribute |
Version<T> |
Version.access(String access)
Sets the
access attribute |
Version<T> |
Version.name(String name)
Sets the
name attribute |
Version<T> |
Version.removeAccess()
Removes the
access attribute |
Version<T> |
Version.removeColumn()
Removes the
column element |
Version<T> |
Version.removeName()
Removes the
name attribute |
Version<T> |
Version.removeTemporal()
Removes the
temporal attribute |
Version<T> |
Version.temporal(String temporal)
Sets the
temporal element |
Version<T> |
Version.temporal(TemporalType temporal)
Sets the
temporal element |
Modifier and Type | Method and Description |
---|---|
Column<Version<T>> |
Version.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.