getKind method

  1. @override
EntityKind<Object> getKind()
override

Returns Kind of this entity.

Example

See documentation for the class Entity.

Implementation

@override
EntityKind<Object> getKind() {
  return kind;
}