@Beta public final class MemberName extends Object implements Comparable<MemberName>, org.opendaylight.yangtools.concepts.WritableIdentifier
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MemberName obj) |
boolean |
equals(Object obj) |
static MemberName |
forName(String name) |
String |
getName() |
int |
hashCode() |
static MemberName |
readFrom(DataInput in) |
String |
toString() |
void |
writeTo(DataOutput out) |
public static MemberName forName(String name)
public static MemberName readFrom(DataInput in) throws IOException
IOExceptionpublic void writeTo(DataOutput out) throws IOException
writeTo in interface org.opendaylight.yangtools.concepts.WritableObjectIOExceptionpublic String getName()
public int hashCode()
public boolean equals(Object obj)
public int compareTo(MemberName obj)
compareTo in interface Comparable<MemberName>Copyright © 2019 OpenDaylight. All rights reserved.