public static class ModuleDescriptor.Key extends java.lang.Object implements java.lang.Comparable<ModuleDescriptor.Key>
Constructor and Description |
---|
ModuleDescriptor.Key(java.lang.String group,
ModuleType type,
java.lang.String label)
Construct a key.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ModuleDescriptor.Key other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getGroup()
Return the name of the stream.
|
java.lang.String |
getLabel()
Return the module label.
|
ModuleType |
getType()
Return the module type.
|
int |
hashCode() |
java.lang.String |
toString() |
public ModuleDescriptor.Key(java.lang.String group, ModuleType type, java.lang.String label)
group
- group nametype
- module typelabel
- module labelpublic java.lang.String getGroup()
public ModuleType getType()
public java.lang.String getLabel()
public int compareTo(ModuleDescriptor.Key other)
compareTo
in interface java.lang.Comparable<ModuleDescriptor.Key>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object