Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.model | |
com.ibm.tivoli.maximo.skd.service |
Modifier and Type | Method and Description |
---|---|
SKDPropertyValue |
MXResource.getSKDPropertyValue(java.lang.String propertyName)
Get the value of a property
|
SKDPropertyValue |
MXReservation.getSKDPropertyValue(java.lang.String propertyName)
Get the value of a property
|
SKDPropertyValue |
MXConstraint.getSKDPropertyValue(java.lang.String propertyName)
Get the value of a property
|
SKDPropertyValue |
MXActivity.getSKDPropertyValue(java.lang.String propertyName)
Get the value of a property
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SKDPropertyValue> |
MXResource.getValueHash()
Get the property value map
|
java.util.HashMap<java.lang.String,SKDPropertyValue> |
MXReservation.getValueHash()
Get the property value map
|
java.util.HashMap<java.lang.String,SKDPropertyValue> |
MXConstraint.getValueHash()
Get the property value map
|
java.util.HashMap<java.lang.String,SKDPropertyValue> |
MXActivity.getValueHash()
Get the property value map
|
Modifier and Type | Method and Description |
---|---|
void |
SKDAppService.populateSKDPropValue(SKDPropertyValue propValue,
java.lang.String propertyName,
int maxtype,
MboRemote mbo,
java.lang.String attributeName)
Populate property values
|