|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCompressedResult
Struktur för att skicka kompressat data
Field Summary | |
---|---|
static java.lang.String |
ALGORITHM
|
static java.lang.String |
ORIGINAL_NAME
|
static java.lang.String |
RESULT
|
Method Summary | |
---|---|
TiStringInterface |
getAlgorithm()
Field algorithm is defined as optional. |
java.lang.String |
getAlgorithmValue()
Field algorithm is defined as optional. |
TiStringInterface |
getOriginalName()
Field originalName is defined as optional. |
java.lang.String |
getOriginalNameValue()
Field originalName is defined as optional. |
TiByteArrayInterface |
getResult()
Field result is defined as mandatory. |
byte[] |
getResultValue()
Field result is defined as mandatory. |
TiStringInterface |
lookupAlgorithm()
Field algorithm is defined as optional. |
TiStringInterface |
lookupOriginalName()
Field originalName is defined as optional. |
TiByteArrayInterface |
lookupResult()
Field result is defined as mandatory. |
void |
setAlgorithm(TiStringInterface inData)
Field algorithm is defined as optional. |
void |
setAlgorithmValue(java.lang.String inData)
Field algorithm is defined as optional. |
void |
setAlgorithmValue(java.lang.String inData,
boolean inNotify)
Field algorithm is defined as optional. |
void |
setOriginalName(TiStringInterface inData)
Field originalName is defined as optional. |
void |
setOriginalNameValue(java.lang.String inData)
Field originalName is defined as optional. |
void |
setOriginalNameValue(java.lang.String inData,
boolean inNotify)
Field originalName is defined as optional. |
void |
setResult(TiByteArrayInterface inData)
Field result is defined as mandatory. |
void |
setResultValue(byte[] inData)
Field result is defined as mandatory. |
void |
setResultValue(byte[] inData,
boolean inNotify)
Field result is defined as mandatory. |
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 RESULT
static final java.lang.String ORIGINAL_NAME
static final java.lang.String ALGORITHM
Method Detail |
---|
TiByteArrayInterface getResult()
TiByteArrayInterface lookupResult()
void setResult(TiByteArrayInterface inData)
byte[] getResultValue()
void setResultValue(byte[] inData)
void setResultValue(byte[] inData, boolean inNotify)
TiStringInterface getOriginalName()
TiStringInterface lookupOriginalName()
void setOriginalName(TiStringInterface inData)
java.lang.String getOriginalNameValue()
void setOriginalNameValue(java.lang.String inData)
void setOriginalNameValue(java.lang.String inData, boolean inNotify)
TiStringInterface getAlgorithm()
TiStringInterface lookupAlgorithm()
void setAlgorithm(TiStringInterface inData)
java.lang.String getAlgorithmValue()
void setAlgorithmValue(java.lang.String inData)
void setAlgorithmValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |