Package com.pnfsoftware.jeb.core.units
Class AbstractMetadataGroup
java.lang.Object
com.pnfsoftware.jeb.core.units.AbstractMetadataGroup
- All Implemented Interfaces:
IMetadataGroup
- Direct Known Subclasses:
AddressPrefixMetadataGroup
,MetadataGroup
Skeleton of metadata group.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractMetadataGroup
(String name, MetadataGroupType type) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pnfsoftware.jeb.core.units.IMetadataGroup
getAllData, getData, getData, getSectionAnchorIds, setData
-
Field Details
-
name
-
type
-
-
Constructor Details
-
AbstractMetadataGroup
-
-
Method Details
-
getName
Description copied from interface:IMetadataGroup
Get the group name.- Specified by:
getName
in interfaceIMetadataGroup
- Returns:
-
getType
Description copied from interface:IMetadataGroup
Get the group type.- Specified by:
getType
in interfaceIMetadataGroup
- Returns:
-