|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTestData
Struktur för att skicka testdata
Field Summary | |
---|---|
static java.lang.String |
DATA
|
static java.lang.String |
SIZE
|
Method Summary | |
---|---|
TiByteArrayInterface |
getData()
Field data is defined as optional. |
byte[] |
getDataValue()
Field data is defined as optional. |
TiIntegerInterface |
getSize()
Field size is defined as optional. |
java.lang.Integer |
getSizeValue()
Field size is defined as optional. |
TiByteArrayInterface |
lookupData()
Field data is defined as optional. |
TiIntegerInterface |
lookupSize()
Field size is defined as optional. |
void |
setData(TiByteArrayInterface inData)
Field data is defined as optional. |
void |
setDataValue(byte[] inData)
Field data is defined as optional. |
void |
setDataValue(byte[] inData,
boolean inNotify)
Field data is defined as optional. |
void |
setSize(TiIntegerInterface inData)
Field size is defined as optional. |
void |
setSizeValue(java.lang.Integer inData)
Field size is defined as optional. |
void |
setSizeValue(java.lang.Integer inData,
boolean inNotify)
Field size is defined as optional. |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String DATA
static final java.lang.String SIZE
Method Detail |
---|
TiByteArrayInterface getData()
TiByteArrayInterface lookupData()
void setData(TiByteArrayInterface inData)
byte[] getDataValue()
void setDataValue(byte[] inData)
void setDataValue(byte[] inData, boolean inNotify)
TiIntegerInterface getSize()
TiIntegerInterface lookupSize()
void setSize(TiIntegerInterface inData)
java.lang.Integer getSizeValue()
void setSizeValue(java.lang.Integer inData)
void setSizeValue(java.lang.Integer inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |