<@doc hierarchy="GMLDOM"> Class for Model Properties object (c) SAP AG 2003-2006. All rights reserved. /** * A model properties class. * This is a Channel Object. It must be identical to its corresponding server side object * defined in property _objectType. * * @author I043344 * */ class ModelProperties implement env:IChannelObject; <@doc>Gets the model unique id property guid = ""; <@doc>Gets the model display name property name = ""; <@doc>Gets the model urn property urn = ""; <@doc>Gets the model package prefix property packagePrefix = ""; <@doc>true if model is checked out (by current user) property isCheckedOut = ""; <@doc>true if the model is checked out by other user property checkedOutByOtherUser = ""; <@doc>true if the model is synced property isSynced = ""; <@doc>true if the model is added to source control (But never checked in, yet) property isAddToSourceControl = ""; <@doc>true if the model is local (not in source control) property isLocal = ""; <@doc>true if the model is checked out on another server property isCheckedOutInAnotherServer = ""; <@doc>true if the model is checked out on eclipse property isCheckedOutFromEclipse = ""; <@doc>Gets the model GML type property gmlObjectType = ""; <@doc>true if model is blackbox property isBlackBox = ""; <@doc>Gets the model interface guid property interfaceGuid = ""; <@doc>true if the model creates as normalized property noramlized = "true"; <@doc>for coded services, the data provider, such as R3Provider property searchProvider = ""; <@doc>for coded services, data system, such as Q3A property searchSystem = ""; <@doc scope="private">Gets the corresponding server side object path property _objectType = "com.sap.visualcomposer.channelObjects.ModelProperties"; <@doc scope="private">Gets the corresponding client side object path property _gsObjectType = "dev:ModelProperties"; constructor() end