@Deprecated
public class GroupDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_PRIORITY
Deprecated.
|
static double |
HIGHER_PRIORITY
Deprecated.
|
static double |
LOWER_PRIORITY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GroupDescriptor |
create(java.lang.String id)
Deprecated.
|
static GroupDescriptor |
create(java.lang.String id,
double priority)
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getId()
Deprecated.
|
double |
getPriority()
Deprecated.
|
int |
hashCode()
Deprecated.
|
public static final double DEFAULT_PRIORITY
public static final double HIGHER_PRIORITY
public static final double LOWER_PRIORITY
public static GroupDescriptor create(java.lang.String id)
public static GroupDescriptor create(java.lang.String id, double priority)
public java.lang.String getId()
public double getPriority()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object