modelgbp Generated OpFlex Model  1.7.0
EpgMappingToDefaultGroupRSrc.hpp
1 
10 #pragma once
11 #ifndef GI_GBPE_EPGMAPPINGTODEFAULTGROUPRSRC_HPP
12 #define GI_GBPE_EPGMAPPINGTODEFAULTGROUPRSRC_HPP
13 
14 #include <boost/optional.hpp>
15 #include "opflex/modb/URIBuilder.h"
16 #include "opflex/modb/mo-internal/MO.h"
17 
18 namespace modelgbp {
19 namespace gbpe {
20 
22  : public opflex::modb::mointernal::MO
23 {
24 public:
25 
29  static const opflex::modb::class_id_t CLASS_ID = 11;
30 
35  bool isRoleSet()
36  {
37  return getObjectInstance().isSet(360450ul, opflex::modb::PropertyInfo::ENUM8);
38  }
39 
44  boost::optional<const uint8_t> getRole()
45  {
46  if (isRoleSet())
47  return (const uint8_t)getObjectInstance().getUInt64(360450ul);
48  return boost::none;
49  }
50 
56  const uint8_t getRole(const uint8_t defaultValue)
57  {
58  return getRole().get_value_or(defaultValue);
59  }
60 
70  {
71  getTLMutator().modify(getClassId(), getURI())->setUInt64(360450ul, newValue);
72  return *this;
73  }
74 
82  {
83  getTLMutator().modify(getClassId(), getURI())->unset(360450ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
84  return *this;
85  }
86 
91  bool isTargetSet()
92  {
93  return getObjectInstance().isSet(360451ul, opflex::modb::PropertyInfo::REFERENCE);
94  }
95 
100  boost::optional<opflex::modb::class_id_t> getTargetClass()
101  {
102  if (isTargetSet())
103  return getObjectInstance().getReference(360451ul).first;
104  return boost::none;
105  }
106 
111  boost::optional<opflex::modb::URI> getTargetURI()
112  {
113  if (isTargetSet())
114  return getObjectInstance().getReference(360451ul).second;
115  return boost::none;
116  }
117 
123  opflex::modb::class_id_t getTargetClass(opflex::modb::class_id_t defaultValue)
124  {
125  return getTargetClass().get_value_or(defaultValue);
126  }
127 
133  opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
134  {
135  return getTargetURI().get_value_or(defaultValue);
136  }
137 
148  {
149  getTLMutator().modify(getClassId(), getURI())->setReference(360451ul, 152, uri);
150  return *this;
151  }
152 
171  const std::string& policySpaceName,
172  const std::string& gbpEpGroupName)
173  {
174  getTLMutator().modify(getClassId(), getURI())->setReference(360451ul, 152, opflex::modb::URIBuilder().addElement("PolicyUniverse").addElement("PolicySpace").addElement(policySpaceName).addElement("GbpEpGroup").addElement(gbpEpGroupName).build());
175  return *this;
176  }
177 
185  {
186  getTLMutator().modify(getClassId(), getURI())->unset(360451ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
187  return *this;
188  }
189 
194  bool isTypeSet()
195  {
196  return getObjectInstance().isSet(360449ul, opflex::modb::PropertyInfo::ENUM8);
197  }
198 
203  boost::optional<const uint8_t> getType()
204  {
205  if (isTypeSet())
206  return (const uint8_t)getObjectInstance().getUInt64(360449ul);
207  return boost::none;
208  }
209 
215  const uint8_t getType(const uint8_t defaultValue)
216  {
217  return getType().get_value_or(defaultValue);
218  }
219 
229  {
230  getTLMutator().modify(getClassId(), getURI())->setUInt64(360449ul, newValue);
231  return *this;
232  }
233 
241  {
242  getTLMutator().modify(getClassId(), getURI())->unset(360449ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
243  return *this;
244  }
245 
257  static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::EpgMappingToDefaultGroupRSrc> > resolve(
258  opflex::ofcore::OFFramework& framework,
259  const opflex::modb::URI& uri)
260  {
261  return opflex::modb::mointernal::MO::resolve<modelgbp::gbpe::EpgMappingToDefaultGroupRSrc>(framework, CLASS_ID, uri);
262  }
263 
275  static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::EpgMappingToDefaultGroupRSrc> > resolve(
276  const opflex::modb::URI& uri)
277  {
278  return opflex::modb::mointernal::MO::resolve<modelgbp::gbpe::EpgMappingToDefaultGroupRSrc>(opflex::ofcore::OFFramework::defaultInstance(), CLASS_ID, uri);
279  }
280 
297  static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::EpgMappingToDefaultGroupRSrc> > resolve(
298  opflex::ofcore::OFFramework& framework,
299  const std::string& gbpeEpgMappingName)
300  {
301  return resolve(framework,opflex::modb::URIBuilder().addElement("PolicyUniverse").addElement("GbpeEpgMapping").addElement(gbpeEpgMappingName).addElement("GbpeEpgMappingToDefaultGroupRSrc").build());
302  }
303 
319  static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::EpgMappingToDefaultGroupRSrc> > resolve(
320  const std::string& gbpeEpgMappingName)
321  {
322  return resolve(opflex::ofcore::OFFramework::defaultInstance(),gbpeEpgMappingName);
323  }
324 
333  void remove()
334  {
335  getTLMutator().remove(CLASS_ID, getURI());
336  }
337 
348  static void remove(opflex::ofcore::OFFramework& framework,
349  const opflex::modb::URI& uri)
350  {
351  MO::remove(framework, CLASS_ID, uri);
352  }
353 
364  static void remove(const opflex::modb::URI& uri)
365  {
366  remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
367  }
368 
383  static void remove(
384  opflex::ofcore::OFFramework& framework,
385  const std::string& gbpeEpgMappingName)
386  {
387  MO::remove(framework, CLASS_ID, opflex::modb::URIBuilder().addElement("PolicyUniverse").addElement("GbpeEpgMapping").addElement(gbpeEpgMappingName).addElement("GbpeEpgMappingToDefaultGroupRSrc").build());
388  }
389 
404  static void remove(
405  const std::string& gbpeEpgMappingName)
406  {
407  remove(opflex::ofcore::OFFramework::defaultInstance(),gbpeEpgMappingName);
408  }
409 
421  static void registerListener(
422  opflex::ofcore::OFFramework& framework,
423  opflex::modb::ObjectListener* listener)
424  {
425  opflex::modb::mointernal
426  ::MO::registerListener(framework, listener, CLASS_ID);
427  }
428 
440  static void registerListener(
441  opflex::modb::ObjectListener* listener)
442  {
443  registerListener(opflex::ofcore::OFFramework::defaultInstance(), listener);
444  }
445 
452  static void unregisterListener(
453  opflex::ofcore::OFFramework& framework,
454  opflex::modb::ObjectListener* listener)
455  {
456  opflex::modb::mointernal
457  ::MO::unregisterListener(framework, listener, CLASS_ID);
458  }
459 
466  static void unregisterListener(
467  opflex::modb::ObjectListener* listener)
468  {
469  unregisterListener(opflex::ofcore::OFFramework::defaultInstance(), listener);
470  }
471 
477  opflex::ofcore::OFFramework& framework,
478  const opflex::modb::URI& uri,
479  const OF_SHARED_PTR<const opflex::modb::mointernal::ObjectInstance>& oi)
480  : MO(framework, CLASS_ID, uri, oi) { }
481 }; // class EpgMappingToDefaultGroupRSrc
482 
483 } // namespace gbpe
484 } // namespace modelgbp
485 #endif // GI_GBPE_EPGMAPPINGTODEFAULTGROUPRSRC_HPP
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: EpgMappingToDefaultGroupRSrc.hpp:440
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: EpgMappingToDefaultGroupRSrc.hpp:123
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingToDefaultGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of EpgMappingToDefaultGroupRSrc from the managed object store.
Definition: EpgMappingToDefaultGroupRSrc.hpp:257
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:44
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:100
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition: EpgMappingToDefaultGroupRSrc.hpp:228
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:111
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition: EpgMappingToDefaultGroupRSrc.hpp:56
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition: EpgMappingToDefaultGroupRSrc.hpp:466
Definition: EpgMappingToDefaultGroupRSrc.hpp:21
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingToDefaultGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &gbpeEpgMappingName)
Retrieve an instance of EpgMappingToDefaultGroupRSrc from the managed object store by constructing it...
Definition: EpgMappingToDefaultGroupRSrc.hpp:297
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:203
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingToDefaultGroupRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of EpgMappingToDefaultGroupRSrc from the managed object store using the default ...
Definition: EpgMappingToDefaultGroupRSrc.hpp:275
bool isRoleSet()
Check whether role has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:35
bool isTypeSet()
Check whether type has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:194
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition: EpgMappingToDefaultGroupRSrc.hpp:133
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition: EpgMappingToDefaultGroupRSrc.hpp:215
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingToDefaultGroupRSrc > > resolve(const std::string &gbpeEpgMappingName)
Retrieve an instance of EpgMappingToDefaultGroupRSrc from the default managed object store by constru...
Definition: EpgMappingToDefaultGroupRSrc.hpp:319
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition: EpgMappingToDefaultGroupRSrc.hpp:69
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & setTargetEpGroup(const opflex::modb::URI &uri)
Set the reference to point to an instance of EpGroup with the specified URI.
Definition: EpgMappingToDefaultGroupRSrc.hpp:147
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for EpgMappingToDefaultGroupRSrc.
Definition: EpgMappingToDefaultGroupRSrc.hpp:29
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & unsetType()
Unset type in the currently-active mutator.
Definition: EpgMappingToDefaultGroupRSrc.hpp:240
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition: EpgMappingToDefaultGroupRSrc.hpp:452
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: EpgMappingToDefaultGroupRSrc.hpp:421
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition: EpgMappingToDefaultGroupRSrc.hpp:81
bool isTargetSet()
Check whether target has been set.
Definition: EpgMappingToDefaultGroupRSrc.hpp:91
EpgMappingToDefaultGroupRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of EpgMappingToDefaultGroupRSrc.
Definition: EpgMappingToDefaultGroupRSrc.hpp:476
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition: EpgMappingToDefaultGroupRSrc.hpp:184
modelgbp::gbpe::EpgMappingToDefaultGroupRSrc & setTargetEpGroup(const std::string &policySpaceName, const std::string &gbpEpGroupName)
Set the reference to point to an instance of EpGroup in the currently-active mutator by constructing ...
Definition: EpgMappingToDefaultGroupRSrc.hpp:170
SOME COPYRIGHT.
Definition: OpcodeEnumT.hpp:12