public class DefaultMaterialSupervisor extends org.onosproject.yang.model.InnerModelObject implements MaterialSupervisor, org.onosproject.yang.model.MultiInstanceObject<MaterialSupervisorKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeMaterialSupervisor.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
departmentId |
protected String |
name |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultMaterialSupervisor()
Creates an instance of defaultMaterialSupervisor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
departmentId()
Returns the attribute departmentId.
|
void |
departmentId(String departmentId)
Sets the attribute departmentId.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(MaterialSupervisor.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String name
protected String departmentId
protected BitSet valueLeafFlags
public DefaultMaterialSupervisor()
public String name()
MaterialSupervisorname in interface MaterialSupervisorpublic String departmentId()
MaterialSupervisordepartmentId in interface MaterialSupervisorpublic BitSet valueLeafFlags()
MaterialSupervisorvalueLeafFlags in interface MaterialSupervisorpublic void name(String name)
MaterialSupervisorname in interface MaterialSupervisorname - value of namepublic void departmentId(String departmentId)
MaterialSupervisordepartmentId in interface MaterialSupervisordepartmentId - value of departmentIdpublic boolean isLeafValueSet(MaterialSupervisor.LeafIdentifier leaf)
MaterialSupervisorisLeafValueSet in interface MaterialSupervisorleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.