|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.networktables2.type.NetworkTableEntryType
edu.wpi.first.wpilibj.networktables2.type.ComplexEntryType
public abstract class ComplexEntryType
Field Summary |
---|
Fields inherited from class edu.wpi.first.wpilibj.networktables2.type.NetworkTableEntryType |
---|
id, name |
Constructor Summary | |
---|---|
protected |
ComplexEntryType(byte id,
String name)
|
Method Summary | |
---|---|
abstract void |
exportValue(String key,
Object internalData,
Object externalRepresentation)
|
abstract Object |
internalizeValue(String key,
Object externalRepresentation,
Object currentInteralValue)
|
Methods inherited from class edu.wpi.first.wpilibj.networktables2.type.NetworkTableEntryType |
---|
readValue, sendValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ComplexEntryType(byte id, String name)
Method Detail |
---|
public abstract Object internalizeValue(String key, Object externalRepresentation, Object currentInteralValue)
public abstract void exportValue(String key, Object internalData, Object externalRepresentation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |