Package org.jlab.io.evio
Class EvioDataDescriptor
java.lang.Object
org.jlab.io.evio.EvioDataDescriptor
- All Implemented Interfaces:
DataDescriptor
- Author:
- gavalian
-
Constructor Summary
ConstructorsConstructorDescriptionEvioDataDescriptor(String format) EvioDataDescriptor(String name, String parenttag, String containertag) -
Method Summary
Modifier and TypeMethodDescriptionvoidString[]getName()intgetProperty(String property_name) intgetProperty(String property_name, String entry_name) getPropertyString(String property_name) getXML()booleanhasEntries(String... entries) booleanvoidstatic voidvoidsetPropertyString(String name, String value) voidshow()toString()
-
Constructor Details
-
EvioDataDescriptor
-
EvioDataDescriptor
-
-
Method Details
-
init
- Specified by:
initin interfaceDataDescriptor
-
addEntry
-
getEntryList
- Specified by:
getEntryListin interfaceDataDescriptor
-
getName
- Specified by:
getNamein interfaceDataDescriptor
-
getProperty
- Specified by:
getPropertyin interfaceDataDescriptor
-
getProperty
- Specified by:
getPropertyin interfaceDataDescriptor
-
show
public void show()- Specified by:
showin interfaceDataDescriptor
-
getXML
- Specified by:
getXMLin interfaceDataDescriptor
-
setPropertyString
- Specified by:
setPropertyStringin interfaceDataDescriptor
-
getPropertyString
- Specified by:
getPropertyStringin interfaceDataDescriptor
-
toString
-
main
-
hasEntry
- Specified by:
hasEntryin interfaceDataDescriptor
-
hasEntries
- Specified by:
hasEntriesin interfaceDataDescriptor
-