Package org.jlab.io.hipo3
Class Hipo3DataDescriptor
java.lang.Object
org.jlab.io.hipo3.Hipo3DataDescriptor
- All Implemented Interfaces:
DataDescriptor
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
getName()
int
getProperty
(String property_name) int
getProperty
(String property_name, String entry_name) getPropertyString
(String property_name) org.jlab.jnp.hipo.schema.Schema
getXML()
boolean
hasEntries
(String... entries) boolean
void
final void
init
(org.jlab.jnp.hipo.schema.Schema schema) void
setPropertyString
(String name, String value) void
show()
-
Constructor Details
-
Hipo3DataDescriptor
public Hipo3DataDescriptor() -
Hipo3DataDescriptor
public Hipo3DataDescriptor(org.jlab.jnp.hipo.schema.Schema schema)
-
-
Method Details
-
init
public final void init(org.jlab.jnp.hipo.schema.Schema schema) -
init
- Specified by:
init
in interfaceDataDescriptor
-
getEntryList
- Specified by:
getEntryList
in interfaceDataDescriptor
-
getXML
- Specified by:
getXML
in interfaceDataDescriptor
-
hasEntry
- Specified by:
hasEntry
in interfaceDataDescriptor
-
hasEntries
- Specified by:
hasEntries
in interfaceDataDescriptor
-
getProperty
- Specified by:
getProperty
in interfaceDataDescriptor
-
getProperty
- Specified by:
getProperty
in interfaceDataDescriptor
-
setPropertyString
- Specified by:
setPropertyString
in interfaceDataDescriptor
-
getPropertyString
- Specified by:
getPropertyString
in interfaceDataDescriptor
-
show
public void show()- Specified by:
show
in interfaceDataDescriptor
-
getName
- Specified by:
getName
in interfaceDataDescriptor
-
getSchema
public org.jlab.jnp.hipo.schema.Schema getSchema()
-