Package de.uplanet.lucy.server.rtcache
Interface ReferenceParameterInfo
-
- All Superinterfaces:
de.uplanet.lucy.server.rtcache.IRtInfo
@Scriptable public interface ReferenceParameterInfo extends de.uplanet.lucy.server.rtcache.IRtInfoHolds the information of a reference parameter (record of LCAPPREFPARAM)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataFieldGuid()Get the data field GUID.StringgetGuid()Get the parameter GUID.StringgetReferenceGuid()Get the reference GUID.StringgetType()Get the type.StringgetValue()Get the parameter value.
-
-
-
Method Detail
-
getGuid
String getGuid()
Get the parameter GUID.- Returns:
- The GUID of the parameter (not
null).
-
getReferenceGuid
String getReferenceGuid()
Get the reference GUID.- Returns:
- The reference GUID (not
null).
-
getDataFieldGuid
String getDataFieldGuid()
Get the data field GUID.- Returns:
- The data field GUID (not
null).
-
getType
String getType()
Get the type.- Returns:
- The type (not
null).
-
getValue
String getValue()
Get the parameter value.- Returns:
- The parameter value (could be
null).
-
-