public interface Version<T> extends Child<T>, OrmVersionCommType<T,Version<T>,Column<Version<T>>>
version
xsd typeModifier 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
elementVersion
Version<T> temporal(TemporalType temporal)
temporal
elementtemporal
- the value for the element temporal
Version
Version<T> temporal(String temporal)
temporal
elementtemporal
- the value for the element temporal
Version
TemporalType getTemporal()
temporal
elementtemporal
String getTemporalAsString()
temporal
elementtemporal
Version<T> removeTemporal()
temporal
attributeVersion
Version<T> name(String name)
name
attributename
- the value for the attribute name
Version
String getName()
name
attributename
Copyright © 2019 JBoss by Red Hat. All rights reserved.