|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Fields inherited from interface com.sap.dictionary.runtime.ISimpleType |
TYPE_BINARY, TYPE_BOOLEAN, TYPE_DATE, TYPE_DECIMAL, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_SHORT, TYPE_STRING, TYPE_TIME, TYPE_TIMESTAMP |
| Method Summary | |
void |
setColumnLabel(java.lang.String columnLabel)
Sets the columnLabel. |
void |
setDefaultValue(java.lang.Object defaultValue)
Sets the defaultValue. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setEnumeration(java.util.Set enumeration)
Sets the enumeration. |
void |
setEnumerationTexts(java.util.Map enumerationTexts)
Sets the enumerationTexts. enumerationTexts contains a description for each enumeration value. |
void |
setFieldLabel(java.lang.String fieldLabel)
Sets the fieldLabel. |
void |
setFormat(java.lang.String format)
Sets the format. format is the string the format- and parse- methods are based onto. |
void |
setFractionDigits(int fractionDigits)
Sets fractionDigits. totalDigits is the maximum number of digits in the fractional part of values of type decimal. |
void |
setLength(int length)
Sets the length. |
void |
setLocale(java.util.Locale locale)
|
void |
setMaxExclusive(java.lang.Object maxExclusive)
Sets maxExclusive. maxExclusive is the exclusive upper bound of the value space for a datatype which ca be ordered. |
void |
setMaxExternalLength(int maxExternalLength)
Sets the maxExternalLength. maxExternalLength is the maximum length of values of this types on the screen. |
void |
setMaxInclusive(java.lang.Object maxInclusive)
Sets maxInclusive. maxInclusive is the inclusive upper bound of the value space for a datatype which ca be ordered. |
void |
setMaxLength(int maxLength)
Sets the maximal length. maxLength is the maximal number of units of length, where units of length varies depending on the type. |
void |
setMinExclusive(java.lang.Object minExclusive)
Sets minExclusive. minExclusive is the exclusive lower bound of the value space for a datatype which ca be ordered. |
void |
setMinInclusive(java.lang.Object minInclusive)
Sets minInclusive. minInclusive is the inclusive lower bound of the value space for a datatype which ca be ordered. |
void |
setMinLength(int minLength)
Sets the minimal length. minLength is the minumum number of units of length, where units of length varies depending on the type. |
void |
setPattern(java.lang.String pattern)
Gets pattern. pattern is a constraint on the value space of a datatype which is achieved by constraining the lexical space to literals which match a specific pattern. |
void |
setQuickInfo(java.lang.String quickInfo)
Sets the quickInfo. |
void |
setReadOnly(boolean readOnly)
Sets readOnly. |
void |
setSVServices(com.sap.typeservices.ISimpleValueServices svservices)
Sets the valueservices. |
void |
setTextLocale(java.lang.String textLocale)
Deprecated. the value for textLocale is not used |
void |
setTextServices(com.sap.typeservices.ITextServices textservices)
Sets the textservices. |
void |
setTotalDigits(int totalDigits)
Sets totalDigits. totalDigits is the maximum number of digits in values of type decimal. |
void |
setUppercase(boolean uppercase)
Sets Uppercase. |
| Methods inherited from interface com.sap.dictionary.runtime.IDataType |
getAssociatedClass, getBackendConversionRule, getBackendName, getLocale, getLocalName, getName, getPrefix, getQualifiedName, isModifyAllowed, isSimpleType, isStructure |
| Method Detail |
public void setLocale(java.util.Locale locale)
public void setLength(int length)
length - - the length of this SimpleTypes builtInpublic void setMinLength(int minLength)
minLength - - the minimal length of this SimpleTypes builtInpublic void setMaxLength(int maxLength)
maxLength - - the maximal length of this SimpleTypes builtInpublic void setMinInclusive(java.lang.Object minInclusive)
minInclusive - - the value for minInclusivepublic void setMaxInclusive(java.lang.Object maxInclusive)
maxInclusive - - the value for maxInclusivepublic void setMinExclusive(java.lang.Object minExclusive)
minExclusive - - the value for minExclusivepublic void setMaxExclusive(java.lang.Object maxExclusive)
maxExclusive - - the value for maxExclusivepublic void setTotalDigits(int totalDigits)
totalDigits - - the totalDigits of this types decimal builtInpublic void setFractionDigits(int fractionDigits)
fractionDigits - - the fractionDigits of this types decimal builtInpublic void setPattern(java.lang.String pattern)
pattern - - the pattern of this SimpleTypepublic void setReadOnly(boolean readOnly)
readOnly - - true, if type has readOnly property, false otherwisepublic void setUppercase(boolean uppercase)
uppercase - - true, if type has uppercase property, false otherwisepublic void setMaxExternalLength(int maxExternalLength)
maxExternalLength - - the output length of this typepublic void setDefaultValue(java.lang.Object defaultValue)
defaultValue - - the screen default valuepublic void setFormat(java.lang.String format)
format - - the format templatepublic void setDescription(java.lang.String description)
description - - The descriptionpublic void setFieldLabel(java.lang.String fieldLabel)
fieldLabel - - the field keywordpublic void setColumnLabel(java.lang.String columnLabel)
columnLabel - - the column-title keywordpublic void setQuickInfo(java.lang.String quickInfo)
quickInfo - - the quick info for screenpublic void setTextLocale(java.lang.String textLocale)
public void setEnumeration(java.util.Set enumeration)
enumeration - - the enumeration values to setpublic void setEnumerationTexts(java.util.Map enumerationTexts)
enumerationTexts - - the enumeration including the descriptionpublic void setTextServices(com.sap.typeservices.ITextServices textservices)
textservices - - the textservices to setpublic void setSVServices(com.sap.typeservices.ISimpleValueServices svservices)
valueservices - - the valueservices to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||