ch.randelshofer.media.binary
Class StructTableModel.Value
java.lang.Object
ch.randelshofer.media.binary.StructTableModel.Value
- Enclosing class:
- StructTableModel
public static class StructTableModel.Value
- extends java.lang.Object
Represents one typed value of the data structure represented by the StructTableModel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qualifiedIdentifier
public java.lang.String qualifiedIdentifier
declaration
public java.lang.Object declaration
index
public java.lang.String index
value
public java.lang.Object value
StructTableModel.Value
public StructTableModel.Value()
StructTableModel.Value
public StructTableModel.Value(java.lang.String qualfiedIdentifier,
java.lang.String index,
java.lang.Object declaration,
java.lang.Object value,
int intValue)