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
FieldsModifier and TypeFieldDescriptionprotected StringGroup name.protected MetadataGroupTypeGroup type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractMetadataGroup(String name, MetadataGroupType type) Create a metadata group. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pnfsoftware.jeb.core.units.IMetadataGroup
getAllData, getData, getData, getSectionAnchorIds, setData
-
Field Details
-
name
Group name. -
type
Group type.
-
-
Constructor Details
-
AbstractMetadataGroup
Create a metadata group.- Parameters:
name- group nametype- group type
-
-
Method Details
-
getName
Description copied from interface:IMetadataGroupGet the group name.- Specified by:
getNamein interfaceIMetadataGroup- Returns:
- the group name
-
getType
Description copied from interface:IMetadataGroupGet the group type.- Specified by:
getTypein interfaceIMetadataGroup- Returns:
- the group type
-