public abstract class Display
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.Boolean |
noLabel |
Constructor and Description |
---|
Display() |
Display(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
DisplayInstance |
CreateInstance(AxoObjectInstance o) |
DataType |
getDatatype() |
int |
getLength() |
abstract DisplayInstance |
InstanceFactory() |
void |
updateSHA(java.security.MessageDigest md) |
public int getLength()
public DisplayInstance CreateInstance(AxoObjectInstance o)
public abstract DisplayInstance InstanceFactory()
public DataType getDatatype()
public void updateSHA(java.security.MessageDigest md)