Package org.jlab.io.hipo
Class HipoDataDescriptor
java.lang.Object
org.jlab.io.hipo.HipoDataDescriptor
- All Implemented Interfaces:
DataDescriptor
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getName()intgetProperty(String property_name) intgetProperty(String property_name, String entry_name) getPropertyString(String property_name) org.jlab.jnp.hipo4.data.SchemagetXML()booleanhasEntries(String... entries) booleanvoidfinal voidinit(org.jlab.jnp.hipo4.data.Schema schema) voidsetPropertyString(String name, String value) voidshow()
-
Constructor Details
-
HipoDataDescriptor
public HipoDataDescriptor() -
HipoDataDescriptor
public HipoDataDescriptor(org.jlab.jnp.hipo4.data.Schema schema)
-
-
Method Details
-
init
public final void init(org.jlab.jnp.hipo4.data.Schema schema) -
init
- Specified by:
initin interfaceDataDescriptor
-
getEntryList
- Specified by:
getEntryListin interfaceDataDescriptor
-
getXML
- Specified by:
getXMLin interfaceDataDescriptor
-
hasEntry
- Specified by:
hasEntryin interfaceDataDescriptor
-
hasEntries
- Specified by:
hasEntriesin interfaceDataDescriptor
-
getProperty
- Specified by:
getPropertyin interfaceDataDescriptor
-
getProperty
- Specified by:
getPropertyin interfaceDataDescriptor
-
setPropertyString
- Specified by:
setPropertyStringin interfaceDataDescriptor
-
getPropertyString
- Specified by:
getPropertyStringin interfaceDataDescriptor
-
show
public void show()- Specified by:
showin interfaceDataDescriptor
-
getName
- Specified by:
getNamein interfaceDataDescriptor
-
getSchema
public org.jlab.jnp.hipo4.data.Schema getSchema()
-