public class YangEmpty extends java.lang.Object implements YangType<YangEmpty>
| Constructor and Description |
|---|
YangEmpty()
Creates a YangEmpty object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(java.lang.Object obj)
Compares type of obj with this object to see if they can be equal.
|
void |
check()
Checks that the value of this object is not null.
|
YangEmpty |
clone()
Clones this object and its value.
|
YangEmpty |
getValue() |
void |
setValue(java.lang.String s)
This method doesn't do anything, but is part of the interface
|
void |
setValue(YangEmpty value)
This method doesn't do anything, but is part of the interface
|
java.lang.String |
toString() |
public YangEmpty clone()
YangTypepublic void check()
throws YangException
YangTypecheck in interface YangType<YangEmpty>YangException - If the value of this object is null.public boolean canEqual(java.lang.Object obj)
public void setValue(java.lang.String s)
throws YangException
setValue in interface YangType<YangEmpty>s - ignoredYangException - always, since this object is immutablepublic void setValue(YangEmpty value) throws YangException
setValue in interface YangType<YangEmpty>value - ignoredYangException - always, since this object is immutablepublic YangEmpty getValue()
public java.lang.String toString()
toString in class java.lang.Object