
public interface Version<T> extends Child<T>, OrmVersionCommType<T,Version<T>,Column<Version<T>>>
version xsd type| Modifier and Type | Method and Description |
|---|---|
Version<T> |
access(AccessType access)
Sets the
access attribute |
Version<T> |
access(String access)
Sets the
access attribute |
AccessType |
getAccess()
Returns the
access attribute |
String |
getAccessAsString()
Returns the
access attribute |
String |
getName()
Returns the
name attribute |
Column<Version<T>> |
getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
TemporalType |
getTemporal()
Returns the
temporal element |
String |
getTemporalAsString()
Returns the
temporal element |
Version<T> |
name(String name)
Sets the
name attribute |
Version<T> |
removeAccess()
Removes the
access attribute |
Version<T> |
removeColumn()
Removes the
column element |
Version<T> |
removeName()
Removes the
name attribute |
Version<T> |
removeTemporal()
Removes the
temporal attribute |
Version<T> |
temporal(String temporal)
Sets the
temporal element |
Version<T> |
temporal(TemporalType temporal)
Sets the
temporal element |
Column<Version<T>> getOrCreateColumn()
column element with the given value will be created.
Otherwise, the existing column element will be returned.Column> Version<T> removeColumn()
column elementVersionVersion<T> temporal(TemporalType temporal)
temporal elementtemporal - the value for the element temporalVersionVersion<T> temporal(String temporal)
temporal elementtemporal - the value for the element temporalVersionTemporalType getTemporal()
temporal elementtemporalString getTemporalAsString()
temporal elementtemporalVersion<T> removeTemporal()
temporal attributeVersionVersion<T> name(String name)
name attributename - the value for the attribute nameVersionString getName()
name attributenameVersion<T> removeName()
name attributeVersionVersion<T> access(AccessType access)
access attributeaccess - the value for the attribute accessVersionVersion<T> access(String access)
access attributeaccess - the value for the attribute accessVersionAccessType getAccess()
access attributeaccessString getAccessAsString()
access attributeaccessCopyright © 2025 JBoss by Red Hat. All rights reserved.