Interface DataDescriptor
- All Known Implementing Classes:
EvioDataDescriptor, EvioDescriptor, HipoDataDescriptor
public interface DataDescriptor
DataDescriptor is the dictionary of a single DataBank object.
It consists of a list of Entries by name and integer ID.
-
Method Summary
Modifier and TypeMethodDescriptionString[]getName()intgetProperty(String property_name) intgetProperty(String property_name, String entry_name) getPropertyString(String property_name) getXML()booleanhasEntries(String... entries) booleanvoidvoidsetPropertyString(String name, String value) voidshow()