Interface ReferenceParameterInfo

All Superinterfaces:
de.uplanet.lucy.server.rtcache.IRtInfo

@Scriptable public interface ReferenceParameterInfo extends de.uplanet.lucy.server.rtcache.IRtInfo
Holds the information of a reference parameter (record of LCAPPREFPARAM)
  • Method Details Link icon

    • getGuid Link icon

      String getGuid()
      Get the parameter GUID.
      Returns:
      The GUID of the parameter (not null).
    • getReferenceGuid Link icon

      String getReferenceGuid()
      Get the reference GUID.
      Returns:
      The reference GUID (not null).
    • getDataFieldGuid Link icon

      String getDataFieldGuid()
      Get the data field GUID.
      Returns:
      The data field GUID (not null).
    • getType Link icon

      String getType()
      Get the type.
      Returns:
      The type (not null).
    • getValue Link icon

      String getValue()
      Get the parameter value.
      Returns:
      The parameter value (could be null).