|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjOptionDescription
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_NUMBER
|
static java.lang.String |
DESCRIPTION
|
static java.lang.String |
MANDATORY
|
static java.lang.String |
OPTION_HELP_TEXT
|
static java.lang.String |
TYPE_OF_OPTION
|
static java.lang.String |
VARIANT_LIST
|
static java.lang.String |
VARIANT_NUMBER
|
Method Summary | |
---|---|
SjIntegerString |
getComponentNumber()
Field componentNumber is defined as mandatory. |
java.lang.String |
getComponentNumberValue()
Field componentNumber is defined as mandatory. |
TiStringInterface |
getDescription()
Field description is defined as optional. |
java.lang.String |
getDescriptionValue()
Field description is defined as optional. |
TiBooleanInterface |
getMandatory()
Field mandatory is defined as optional. |
java.lang.Boolean |
getMandatoryValue()
Field mandatory is defined as optional. |
TiStringInterface |
getOptionHelpText()
Field optionHelpText is defined as optional. |
java.lang.String |
getOptionHelpTextValue()
Field optionHelpText is defined as optional. |
TiStringInterface |
getTypeOfOption()
Field typeOfOption is defined as mandatory. |
java.lang.String |
getTypeOfOptionValue()
Field typeOfOption is defined as mandatory. |
SjVariantList |
getVariantList()
Field variantList is defined as optional. |
SjIntegerString |
getVariantNumber()
Field variantNumber is defined as optional. |
java.lang.String |
getVariantNumberValue()
Field variantNumber is defined as optional. |
SjIntegerString |
lookupComponentNumber()
Field componentNumber is defined as mandatory. |
TiStringInterface |
lookupDescription()
Field description is defined as optional. |
TiBooleanInterface |
lookupMandatory()
Field mandatory is defined as optional. |
TiStringInterface |
lookupOptionHelpText()
Field optionHelpText is defined as optional. |
TiStringInterface |
lookupTypeOfOption()
Field typeOfOption is defined as mandatory. |
SjVariantList |
lookupVariantList()
Field variantList is defined as optional. |
SjIntegerString |
lookupVariantNumber()
Field variantNumber is defined as optional. |
void |
setComponentNumber(SjIntegerString inData)
Field componentNumber is defined as mandatory. |
void |
setComponentNumberValue(java.lang.String inData)
Field componentNumber is defined as mandatory. |
void |
setComponentNumberValue(java.lang.String inData,
boolean inNotify)
Field componentNumber is defined as mandatory. |
void |
setDescription(TiStringInterface inData)
Field description is defined as optional. |
void |
setDescriptionValue(java.lang.String inData)
Field description is defined as optional. |
void |
setDescriptionValue(java.lang.String inData,
boolean inNotify)
Field description is defined as optional. |
void |
setMandatory(TiBooleanInterface inData)
Field mandatory is defined as optional. |
void |
setMandatoryValue(java.lang.Boolean inData)
Field mandatory is defined as optional. |
void |
setMandatoryValue(java.lang.Boolean inData,
boolean inNotify)
Field mandatory is defined as optional. |
void |
setOptionHelpText(TiStringInterface inData)
Field optionHelpText is defined as optional. |
void |
setOptionHelpTextValue(java.lang.String inData)
Field optionHelpText is defined as optional. |
void |
setOptionHelpTextValue(java.lang.String inData,
boolean inNotify)
Field optionHelpText is defined as optional. |
void |
setTypeOfOption(TiStringInterface inData)
Field typeOfOption is defined as mandatory. |
void |
setTypeOfOptionValue(java.lang.String inData)
Field typeOfOption is defined as mandatory. |
void |
setTypeOfOptionValue(java.lang.String inData,
boolean inNotify)
Field typeOfOption is defined as mandatory. |
void |
setVariantList(SjVariantList inData)
Field variantList is defined as optional. |
void |
setVariantNumber(SjIntegerString inData)
Field variantNumber is defined as optional. |
void |
setVariantNumberValue(java.lang.String inData)
Field variantNumber is defined as optional. |
void |
setVariantNumberValue(java.lang.String inData,
boolean inNotify)
Field variantNumber 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 TYPE_OF_OPTION
static final java.lang.String COMPONENT_NUMBER
static final java.lang.String VARIANT_NUMBER
static final java.lang.String DESCRIPTION
static final java.lang.String VARIANT_LIST
static final java.lang.String OPTION_HELP_TEXT
static final java.lang.String MANDATORY
Method Detail |
---|
TiStringInterface getTypeOfOption()
TiStringInterface lookupTypeOfOption()
void setTypeOfOption(TiStringInterface inData)
java.lang.String getTypeOfOptionValue()
void setTypeOfOptionValue(java.lang.String inData)
void setTypeOfOptionValue(java.lang.String inData, boolean inNotify)
SjIntegerString getComponentNumber()
SjIntegerString lookupComponentNumber()
void setComponentNumber(SjIntegerString inData)
java.lang.String getComponentNumberValue()
void setComponentNumberValue(java.lang.String inData)
void setComponentNumberValue(java.lang.String inData, boolean inNotify)
SjIntegerString getVariantNumber()
SjIntegerString lookupVariantNumber()
void setVariantNumber(SjIntegerString inData)
java.lang.String getVariantNumberValue()
void setVariantNumberValue(java.lang.String inData)
void setVariantNumberValue(java.lang.String inData, boolean inNotify)
TiStringInterface getDescription()
TiStringInterface lookupDescription()
void setDescription(TiStringInterface inData)
java.lang.String getDescriptionValue()
void setDescriptionValue(java.lang.String inData)
void setDescriptionValue(java.lang.String inData, boolean inNotify)
SjVariantList getVariantList()
SjVariantList lookupVariantList()
void setVariantList(SjVariantList inData)
TiStringInterface getOptionHelpText()
TiStringInterface lookupOptionHelpText()
void setOptionHelpText(TiStringInterface inData)
java.lang.String getOptionHelpTextValue()
void setOptionHelpTextValue(java.lang.String inData)
void setOptionHelpTextValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getMandatory()
TiBooleanInterface lookupMandatory()
void setMandatory(TiBooleanInterface inData)
java.lang.Boolean getMandatoryValue()
void setMandatoryValue(java.lang.Boolean inData)
void setMandatoryValue(java.lang.Boolean inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |