public class DefaultPurchasingSupervisor extends org.onosproject.yang.model.InnerModelObject implements PurchasingSupervisor
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypePurchasingSupervisor.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
purchasingSpecialist |
protected List<String> |
support |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultPurchasingSupervisor()
Creates an instance of defaultPurchasingSupervisor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(PurchasingSupervisor.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
purchasingSpecialist()
Returns the attribute purchasingSpecialist.
|
void |
purchasingSpecialist(String purchasingSpecialist)
Sets the attribute purchasingSpecialist.
|
List<String> |
support()
Returns the attribute support.
|
void |
support(List<String> support)
Sets the attribute support.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String purchasingSpecialist
protected BitSet valueLeafFlags
public DefaultPurchasingSupervisor()
public String purchasingSpecialist()
PurchasingSupervisorpurchasingSpecialist in interface PurchasingSupervisorpublic List<String> support()
PurchasingSupervisorsupport in interface PurchasingSupervisorpublic BitSet valueLeafFlags()
PurchasingSupervisorvalueLeafFlags in interface PurchasingSupervisorpublic void purchasingSpecialist(String purchasingSpecialist)
PurchasingSupervisorpurchasingSpecialist in interface PurchasingSupervisorpurchasingSpecialist - value of purchasingSpecialistpublic void support(List<String> support)
PurchasingSupervisorsupport in interface PurchasingSupervisorsupport - list of supportpublic boolean isLeafValueSet(PurchasingSupervisor.LeafIdentifier leaf)
PurchasingSupervisorisLeafValueSet in interface PurchasingSupervisorleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.