psdi.app.asset

Class FldLRM

    • Constructor Detail

      • FldLRM

        public FldLRM(MboValue mbv)
        Construct and attatch to the specified mbo value
        Parameters:
        mbv -
      • FldLRM

        public FldLRM(MboValue mbv,
                      java.lang.String[] relativeAttrs,
                      java.lang.String[] absAttrs,
                      java.util.Hashtable attrLRM_attrAsset)
    • Method Detail

      • init

        public void init()
                  throws MXException,
                         java.rmi.RemoteException
        override init. If this LRM value's mbo is new, set all the linear fields to read-oonly. For an existing mbo, if the Linear referencing method is absolute, set startfeaturelabel, endfeaturelabel, startoffset and endoffset to read-only. If the Linear referencing method is relative, set startmeasure and endmeasure to read-only.
        Specified by:
        init in interface MboValueListener
        Overrides:
        init in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • setLRMRelationship

        protected void setLRMRelationship(java.lang.String lrmRelName)