@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CompoundType
CompoundElement
.Modifier and Type | Optional Element and Description |
---|---|
boolean |
mapAllFields
Whether all fields should be mapped to members of the compound type or only the fields
annotated with
CompoundElement (default: true ). |
java.lang.String |
name
The name this compound type should have in the HDF5 file.
|
public abstract java.lang.String name
public abstract boolean mapAllFields
CompoundElement
(default: true
).