# Enum: com.pnfsoftware.jeb.core.units.MetadataGroupType

A list of metadata group types. Clients may not know how to interpret all types. A call to [getData](IMetadataGroup#getData(String)) should return types that are consistent with the group type of the metadata manager.

## Constant: CLASSID
Description: ClassId data.
 Type: [class identifier](ItemClassIdentifiers)

## Constant: OPAQUE
Description: Opaque data. Client specific; The information object type is not known.
 Type: any [Object](Object)

## Constant: RGB
Description: RGB color data.
 Type: [Integer](Integer)

## Constant: STRING
Description: String data.
 Type: [String](String)

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.MetadataGroupType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.MetadataGroupType[]`


