Package | Description |
---|---|
com.ibm.tivoli.maximo.expression | |
com.ibm.tivoli.maximo.fdmbo | |
com.ibm.tivoli.maximo.script | |
com.ibm.tivoli.oslc.error | |
psdi.app.assetcatalog |
The Asset Catalog package includes MBOs for the setup of
class structures and class specifications.
|
psdi.mbo | |
psdi.util |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
ExpressionContext.getValueFromMaxType(MaxType maxType) |
Modifier and Type | Method and Description |
---|---|
void |
JSONMbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ScriptUtil.getValueFromMaxType(MaxType maxType) |
Modifier and Type | Method and Description |
---|---|
void |
OslcErrorResponse.setErrorMeta(java.lang.String attrName,
java.lang.String objPath,
java.lang.String apiCorrelationId,
MaxType errAttrValue) |
Modifier and Type | Method and Description |
---|---|
void |
SpecificationMbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier)
Override the frame work method as the mbo copy method calls setValue passing in the MaxType.
|
Modifier and Type | Field and Description |
---|---|
protected MaxType |
MboValue.currentValue
Current value of the field
|
Modifier and Type | Method and Description |
---|---|
MaxType |
MboValueData.getClonedMaxType()
Returns a cloned copy of the MaxType object corresponding to this MboValueData Object.
|
MaxType |
MboValue.getCurrentValue()
Return the current field value as a MaxType object
|
MaxType |
MboValue.getInitialValue()
Return the initial field value as a MaxType object
|
MaxType |
MboRemote.getInitialValue(java.lang.String attributeName) |
MaxType |
Mbo.getInitialValue(java.lang.String attributeName) |
MaxType |
MboValue.getMaxType()
Get a clone of the MaxType object of the current MboValue.
|
MaxType |
MboRemote.getMboInitialValue(java.lang.String name) |
MaxType |
Mbo.getMboInitialValue(java.lang.String name)
Returns the MaxType (initial value) object given the column name.
|
MaxType |
MboValue.getPreviousValue()
Return the previous field value as a MaxType object
|
Modifier and Type | Method and Description |
---|---|
void |
MboRemote.setValue(java.lang.String attributeName,
MaxType value,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier)
Set the value based on the MaxType object passed in.
|
Modifier and Type | Class and Description |
---|---|
class |
MaxTypeALN |
class |
MaxTypeAMOUNT |
class |
MaxTypeBIGINT |
class |
MaxTypeBLOB |
class |
MaxTypeCLOB |
class |
MaxTypeCRYPTO |
class |
MaxTypeCRYPTOX |
class |
MaxTypeDATE |
class |
MaxTypeDATETIME |
class |
MaxTypeDECIMAL |
class |
MaxTypeDURATION |
class |
MaxTypeFLOAT |
class |
MaxTypeGL |
class |
MaxTypeINTEGER |
class |
MaxTypeLONGALN |
class |
MaxTypeLOWER |
class |
MaxTypeSMALLINT |
class |
MaxTypeTIME |
class |
MaxTypeUPPER |
class |
MaxTypeYORN |
Modifier and Type | Method and Description |
---|---|
static MaxType |
MaxType.createMaxType(java.util.Locale l,
java.util.TimeZone tz,
int type)
Instantiate a MaxType object based on the type, locale and timezone.
|
static MaxType |
MaxType.createMaxType(java.util.Locale l,
java.util.TimeZone tz,
int type,
int length,
int scale)
Instantiate a MaxType object based on the locale, timezone, type, length and scale.
|
MaxType |
MXException.getErrorAttrValue() |
Modifier and Type | Method and Description |
---|---|
void |
MXException.setErrorAttrValue(MaxType val) |
void |
MaxTypeYORN.setValue(MaxType value) |
void |
MaxTypeUPPER.setValue(MaxType value) |
void |
MaxTypeLOWER.setValue(MaxType value)
Set value of MaxType.
|
void |
MaxTypeDURATION.setValue(MaxType value) |
void |
MaxTypeDATETIME.setValue(MaxType value) |
void |
MaxTypeDATE.setValue(MaxType value) |
void |
MaxTypeCRYPTO.setValue(MaxType value) |
void |
MaxTypeINTEGER.setValue(MaxType value) |
void |
MaxTypeFLOAT.setValue(MaxType value) |
void |
MaxTypeDECIMAL.setValue(MaxType value) |
void |
MaxTypeAMOUNT.setValue(MaxType value)
Clone the object.
|
void |
MaxTypeALN.setValue(MaxType value)
Set value based on the MaxType value passed in.
|
abstract void |
MaxType.setValue(MaxType value) |