getName method

String getName()

Get the name of the object type.

Returns the name of the object type.

Implementation

String getName() {
  return _name;
}