Package de.uplanet.lucy.server.rtcache
Schnittstelle ReferenceParameterInfo
- Alle Superschnittstellen:
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)
-
Methodendetails
-
getGuid
String getGuid()Get the parameter GUID.- Gibt zurück:
- The GUID of the parameter (not
null).
-
getReferenceGuid
String getReferenceGuid()Get the reference GUID.- Gibt zurück:
- The reference GUID (not
null).
-
getDataFieldGuid
String getDataFieldGuid()Get the data field GUID.- Gibt zurück:
- The data field GUID (not
null).
-
getType
String getType()Get the type.- Gibt zurück:
- The type (not
null).
-
getValue
String getValue()Get the parameter value.- Gibt zurück:
- The parameter value (could be
null).
-