Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
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<Attributes<T>> |
Attributes.createVersion()
Creates a new
version element |
Version<Attributes<T>> |
Attributes.getOrCreateVersion()
If not already created, a new
version element will be created and returned. |
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 |
---|---|
List<Version<Attributes<T>>> |
Attributes.getAllVersion()
Returns all
version elements |
Column<Version<T>> |
Version.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.