public class UnionType extends Object implements Serializable
Constructor and Description |
---|
UnionType(Class<? extends IdentBase> _identityref) |
UnionType(Short _uint8) |
UnionType(UnionType source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<? extends IdentBase> |
getIdentityref() |
Short |
getUint8() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public UnionType(Short _uint8)
public UnionType(UnionType source)
source
- Source objectCopyright © 2019 OpenDaylight. All rights reserved.