public static class CommonEntityInterfaces.IEntityAcceleration extends Object
IEntityAcceleration
interface.Modifier and Type | Field and Description |
---|---|
static String |
AccelerationName
The name of the
Acceleration (get ) property. |
Constructor and Description |
---|
IEntityAcceleration() |
Modifier and Type | Method and Description |
---|---|
static <TEntity extends IEntityAcceleration> |
addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
@Nonnull public static final String AccelerationName
Acceleration
(get
) property.public static <TEntity extends IEntityAcceleration> 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
.