public abstract class

AbstractMetadataGroup

extends Object
implements IMetadataGroup
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.AbstractMetadataGroup
Known Direct Subclasses

Class Overview

Skeleton of metadata group.

Summary

Fields
protected String name
protected MetadataGroupType type
Protected Constructors
AbstractMetadataGroup(String name, MetadataGroupType type)
Public Methods
String getName()
Get the group name.
MetadataGroupType getType()
Get the group type.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.IMetadataGroup

Fields

protected String name

protected MetadataGroupType type

Protected Constructors

protected AbstractMetadataGroup (String name, MetadataGroupType type)

Public Methods

public String getName ()

Get the group name.

public MetadataGroupType getType ()

Get the group type.