11#ifndef GI_GBP_EPGROUPTOINTRACONTRACTRSRC_HPP
12#define GI_GBP_EPGROUPTOINTRACONTRACTRSRC_HPP
14#include <boost/optional.hpp>
15#include "opflex/modb/URIBuilder.h"
16#include "opflex/modb/mo-internal/MO.h"
22 :
public opflex::modb::mointernal::MO
29 static const opflex::modb::class_id_t
CLASS_ID = 162;
93 return getObjectInstance().isSet(5308419ul, opflex::modb::PropertyInfo::REFERENCE);
186 getTLMutator().modify(
getClassId(),
getURI())->unset(5308419ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToIntraContractRSrc> >
resolve(
259 const opflex::modb::URI&
uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::EpGroupToIntraContractRSrc>(
framework,
CLASS_ID,
uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToIntraContractRSrc> >
resolve(
276 const opflex::modb::URI&
uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::EpGroupToIntraContractRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID,
uri);
303 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToIntraContractRSrc> >
resolve(
334 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToIntraContractRSrc> >
resolve(
367 const opflex::modb::URI&
uri)
384 remove(opflex::ofcore::OFFramework::defaultInstance(),
uri);
459 opflex::modb::ObjectListener*
listener)
461 opflex::modb::mointernal
477 opflex::modb::ObjectListener*
listener)
490 opflex::modb::ObjectListener*
listener)
492 opflex::modb::mointernal
503 opflex::modb::ObjectListener*
listener)
514 const opflex::modb::URI&
uri,
Definition EpGroupToIntraContractRSrc.hpp:23
bool isTypeSet()
Check whether type has been set.
Definition EpGroupToIntraContractRSrc.hpp:194
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition EpGroupToIntraContractRSrc.hpp:56
static void registerListener(opflex::modb::ObjectListener *listener)
Register a listener that will get called for changes related to this class with the default framework...
Definition EpGroupToIntraContractRSrc.hpp:476
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToIntraContractRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of EpGroupToIntraContractRSrc from the managed object store.
Definition EpGroupToIntraContractRSrc.hpp:257
bool isTargetSet()
Check whether target has been set.
Definition EpGroupToIntraContractRSrc.hpp:91
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition EpGroupToIntraContractRSrc.hpp:488
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition EpGroupToIntraContractRSrc.hpp:111
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToIntraContractRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of EpGroupToIntraContractRSrc from the managed object store using the default fr...
Definition EpGroupToIntraContractRSrc.hpp:275
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToIntraContractRSrc > > resolve(const std::string &policySpaceName, const std::string &gbpEpGroupName, uint16_t gbpEpGroupToIntraContractRSrcTargetClass, const std::string &gbpEpGroupToIntraContractRSrcTargetName)
Retrieve an instance of EpGroupToIntraContractRSrc from the default managed object store by construct...
Definition EpGroupToIntraContractRSrc.hpp:334
bool isRoleSet()
Check whether role has been set.
Definition EpGroupToIntraContractRSrc.hpp:35
modelgbp::gbp::EpGroupToIntraContractRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition EpGroupToIntraContractRSrc.hpp:69
modelgbp::gbp::EpGroupToIntraContractRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition EpGroupToIntraContractRSrc.hpp:228
static void remove(const std::string &policySpaceName, const std::string &gbpEpGroupName, uint16_t gbpEpGroupToIntraContractRSrcTargetClass, const std::string &gbpEpGroupToIntraContractRSrcTargetName)
Remove the EpGroupToIntraContractRSrc object with the specified path elements from the managed object...
Definition EpGroupToIntraContractRSrc.hpp:437
static void remove(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpEpGroupName, uint16_t gbpEpGroupToIntraContractRSrcTargetClass, const std::string &gbpEpGroupToIntraContractRSrcTargetName)
Remove the EpGroupToIntraContractRSrc object with the specified path elements from the managed object...
Definition EpGroupToIntraContractRSrc.hpp:407
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition EpGroupToIntraContractRSrc.hpp:100
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for EpGroupToIntraContractRSrc.
Definition EpGroupToIntraContractRSrc.hpp:29
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition EpGroupToIntraContractRSrc.hpp:215
EpGroupToIntraContractRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of EpGroupToIntraContractRSrc.
Definition EpGroupToIntraContractRSrc.hpp:512
static void remove(const opflex::modb::URI &uri)
Remove the EpGroupToIntraContractRSrc object with the specified URI using the currently-active mutato...
Definition EpGroupToIntraContractRSrc.hpp:382
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition EpGroupToIntraContractRSrc.hpp:133
modelgbp::gbp::EpGroupToIntraContractRSrc & setTargetContract(const opflex::modb::URI &uri)
Set the reference to point to an instance of Contract with the specified URI.
Definition EpGroupToIntraContractRSrc.hpp:147
modelgbp::gbp::EpGroupToIntraContractRSrc & unsetType()
Unset type in the currently-active mutator.
Definition EpGroupToIntraContractRSrc.hpp:240
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToIntraContractRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpEpGroupName, uint16_t gbpEpGroupToIntraContractRSrcTargetClass, const std::string &gbpEpGroupToIntraContractRSrcTargetName)
Retrieve an instance of EpGroupToIntraContractRSrc from the managed object store by constructing its ...
Definition EpGroupToIntraContractRSrc.hpp:303
static void registerListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Register a listener that will get called for changes related to this class.
Definition EpGroupToIntraContractRSrc.hpp:457
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition EpGroupToIntraContractRSrc.hpp:44
opflex::modb::class_id_t getTargetClass(opflex::modb::class_id_t defaultValue)
Get the value of targetClass if set, otherwise the value of default passed in.
Definition EpGroupToIntraContractRSrc.hpp:123
modelgbp::gbp::EpGroupToIntraContractRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition EpGroupToIntraContractRSrc.hpp:184
void remove()
Remove this instance using the currently-active mutator.
Definition EpGroupToIntraContractRSrc.hpp:351
modelgbp::gbp::EpGroupToIntraContractRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition EpGroupToIntraContractRSrc.hpp:81
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition EpGroupToIntraContractRSrc.hpp:203
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition EpGroupToIntraContractRSrc.hpp:502
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the EpGroupToIntraContractRSrc object with the specified URI using the currently-active mutato...
Definition EpGroupToIntraContractRSrc.hpp:366
modelgbp::gbp::EpGroupToIntraContractRSrc & setTargetContract(const std::string &policySpaceName, const std::string &gbpContractName)
Set the reference to point to an instance of Contract in the currently-active mutator by constructing...
Definition EpGroupToIntraContractRSrc.hpp:170
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12