Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static TemporalType |
TemporalType.getFromStringValue(String value) |
TemporalType |
Id.getTemporal()
Returns the
temporal element |
TemporalType |
Basic.getTemporal()
Returns the
temporal element |
TemporalType |
Version.getTemporal()
Returns the
temporal element |
static TemporalType |
TemporalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalType[] |
TemporalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Id<T> |
Id.temporal(TemporalType temporal)
Sets the
temporal element |
Basic<T> |
Basic.temporal(TemporalType temporal)
Sets the
temporal element |
Version<T> |
Version.temporal(TemporalType temporal)
Sets the
temporal element |
Copyright © 2016 JBoss by Red Hat. All rights reserved.