
public interface Version<T> extends Child<T>, OrmVersionCommType<T,Version<T>,Column<Version<T>>>
version xsd type| Modifier and Type | Method and Description |
|---|---|
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> |
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 attributenameCopyright © 2021 JBoss by Red Hat. All rights reserved.