public final class ExtensionRefID extends Object implements SISComponent, FastSerializable
SISComponent.ComponentType
Constructor and Description |
---|
ExtensionRefID(DataInput in) |
ExtensionRefID(String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
SISComponent.ComponentType |
getComponentType() |
String |
getName() |
int |
hashCode() |
void |
toStream(DataOutput out) |
String |
toString() |
public static final String TYPE_NAME
public ExtensionRefID(String name)
public ExtensionRefID(DataInput in) throws IOException
IOException
public SISComponent.ComponentType getComponentType()
getComponentType
in interface SISComponent
public String getName()
getName
in interface SISComponent
public int compareTo(Object obj)
compareTo
in interface Comparable
public void toStream(DataOutput out) throws IOException
toStream
in interface FastSerializable
IOException