public class IDDecoder extends Object
Modifier and Type | Field and Description |
---|---|
private IDDescriptor |
desc |
private long |
id |
Constructor and Description |
---|
IDDecoder(IDDescriptor desc)
Creates a new instance of IIDecoder
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldCount() |
int |
getFieldIndex(String name) |
String |
getFieldName(int index) |
long |
getID() |
int |
getValue(int index) |
int |
getValue(String name) |
int[] |
getValues(int[] buffer) |
void |
setID(long id) |
String |
toString() |
private IDDescriptor desc
private long id
public IDDecoder(IDDescriptor desc)
public void setID(long id)
public long getID()
public int getFieldIndex(String name)
public int getValue(String name)
public int getValue(int index)
public int[] getValues(int[] buffer)
public int getFieldCount()
public String getFieldName(int index)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.