ExternalConstant
data class ExternalConstant(val propertyName: String, val implementationModule: ModuleReference, val subPackageName: String? = null) : ArgumentValueConfig, Serializable
Deprecated
This API is supposed to only be used internally by IVI and should not be used directly. It may change in the future without providing backward compatibility.
Generated code will result in providing an external imported constant value as argument value.
Constructors
Link copied to clipboard
fun ExternalConstant(propertyName: String, implementationModule: ModuleReference, subPackageName: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional sub package. If not null
, this value is appended to the ModuleReference.packageName of the implementationModule property with a period in between.