serial class %IPM.Storage.ModuleReference
extends %SerialObject, %XML.Adaptor, %IPM.Utils.ComparisonAdaptor
@API.Object.Instantiable
@Modifier Availability InterSystems
parameter DEFAULTGLOBAL = "^IPM.Storage.ModuleReference";
parameter NAMESPACE = "http://www.intersystems.com/PackageManager";
NAMESPACE specifies the XML namespace to be used when projecting the
class to XML. If NAMESPACE = "", the default namespace is used for the XML schema
is used as the namespace for his class.
property Name
as %String(MAXLEN=255) [ Required ];
property Scope
as %String(VALUELIST=",test,verify",XMLPROJECTION="ATTRIBUTE");
Restrict the scope in which this reference is relevant. Default is "all scopes"
property Version
as %IPM.General.SemanticVersionExpression(ForceCodeGenerate=0,XMLPROJECTION="NONE") [ Required ];
Does not need code generation for comparison because VersionString comparison is good enough
property VersionString
as %String(MAXLEN=100,XMLNAME="Version") [ Required ];
method NameSet(val As %RawString)
as %Status
This is a Set accessor method for the Name property.
method VersionStringSet(tValue)
as %Status
This is a Set accessor method for the VersionString property.