Package org.jlab.io.base
Class BasicDataDescriptor
java.lang.Object
org.jlab.io.base.BasicDataDescriptor
- 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) getXML()
boolean
hasEntries
(String... entries) boolean
void
void
setPropertyString
(String name, String value) void
show()
-
Constructor Details
-
BasicDataDescriptor
-
-
Method Details
-
init
- Specified by:
init
in interfaceDataDescriptor
-
getEntryList
- Specified by:
getEntryList
in interfaceDataDescriptor
-
getName
- Specified by:
getName
in interfaceDataDescriptor
-
getXML
- Specified by:
getXML
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
-
hasEntry
- Specified by:
hasEntry
in interfaceDataDescriptor
-
hasEntries
- Specified by:
hasEntries
in interfaceDataDescriptor
-