public class FldMeasure extends MboValueAdapter
mboValue
TYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWN
ALLROWS, CHANGEDBY_USER, COUNT_ADDITIONS, COUNT_AFTERSAVE, COUNT_DATABASE, COUNT_DELETED, COUNT_EXISTING, DBCONFIG, DELAYVALIDATION, DELAYVALIDATIONONLY, DISCARDABLE, GOTCOMPLETEWHERE, HIDDEN, NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH, NOACCESSCHECK, NOACTION, NOADD, NOCOMMIT, NODELETE, NONE, NOOVERWRITE, NOSAVE, NOSETVALUE, NOUPDATE, NOVALIDATION, NOVALIDATION_AND_NOACTION, NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER, READONLY, REBUILD, REQUIRED, SAMEVALUEVALIDATION, SETBYPARENT, USER
Constructor and Description |
---|
FldMeasure(MboValue mbv)
constructs and attaches to the MboValue.
|
FldMeasure(MboValue mbv,
java.util.Hashtable<java.lang.String,java.lang.String> attrsStartEndMatch,
java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndOffsetMatch,
java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndOffsetLabels,
java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndFeatureId,
java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndMeasureUnitIdMatch,
java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndBaseMeasureMatch,
java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndBaseMeasureIdMatch)
constructs and attaches to the MboValue.
|
Modifier and Type | Method and Description |
---|---|
void |
action()
Called if the data is valid, to perform some action
Does nothing
|
MboRemote |
getAssetFeatureForFeatureTypeRecalibration() |
void |
setAsset(MboRemote asset)
set the asset object.
|
void |
setBoundaryViolationMsgs(java.util.Hashtable<java.lang.String,java.lang.String> boundViolationErrMsgs)
different objects may require different messages to describe the same bound
violation situation.
|
void |
validate()
Measure must be between the boundary object's StartMeasure and EndMeasure.
|
getAppLink, getIntegrationService, getList, getLookupName, getMatchingAttr, getMatchingAttr, getMboValue, getMboValue, getType, hasList, init, initValue, setType, setValueFromLookup, smartFill, smartFind, smartFind
public FldMeasure(MboValue mbv)
mbv
- MboValue to which the specified attribute attaches.attrs
- name of measure attribute, name of offset attribute corresponding to the measure attributepublic FldMeasure(MboValue mbv, java.util.Hashtable<java.lang.String,java.lang.String> attrsStartEndMatch, java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndOffsetMatch, java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndOffsetLabels, java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndFeatureId, java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndMeasureUnitIdMatch, java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndBaseMeasureMatch, java.util.Hashtable<java.lang.String,java.lang.String> attrsMeasureAndBaseMeasureIdMatch)
mbv
- MboValue to which the specified attribute attaches.attrs
- name of measure attribute, name of offset attribute corresponding to the measure attributepublic void setBoundaryViolationMsgs(java.util.Hashtable<java.lang.String,java.lang.String> boundViolationErrMsgs)
boundViolationErrMsgs
- MXApplicationException("asset","featstartboundviolation")
- - when the measure is out bounds.MXApplicationException("asset","featstartrefboundviolation")
- - when the measure plus the offset is out of bounds.FldAssetFeatureSpecMeasure.validate()
public void validate() throws MXException, java.rmi.RemoteException
validate
in interface MboValueListener
validate
in class MboValueAdapter
MXException
java.rmi.RemoteException
public void action() throws MXException, java.rmi.RemoteException
MboValueAdapter
action
in interface MboValueListener
action
in class MboValueAdapter
MXException
java.rmi.RemoteException
public void setAsset(MboRemote asset)
asset
- public MboRemote getAssetFeatureForFeatureTypeRecalibration() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException