public static class CommonEntityInterfaces.IEntityOrientation extends Object
IEntityOrientation
interface.Modifier and Type | Field and Description |
---|---|
static String |
OrientationName
The name of the
Orientation (get ) property. |
Constructor and Description |
---|
IEntityOrientation() |
Modifier and Type | Method and Description |
---|---|
static <TEntity extends IEntityOrientation> |
addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
@Nonnull public static final String OrientationName
Orientation
(get
) property.public static <TEntity extends IEntityOrientation> void addToSchema(@Nonnull EntitySchema<TEntity> schema)
TEntity
- The type of entity.schema
- The schema to which to add the properties defined by this interface.ArgumentNullException
- Thrown when schema
is null
.