public enum RelationShipType extends Enum<RelationShipType>
| Enum Constant and Description |
|---|
CANCEL_REJECT |
DELETE_ALL |
GET_NON_MESS |
INVITED_MESS |
PROJECT_SUB |
SUB_CAT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RelationShipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationShipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationShipType SUB_CAT
public static final RelationShipType PROJECT_SUB
public static final RelationShipType GET_NON_MESS
public static final RelationShipType DELETE_ALL
public static final RelationShipType CANCEL_REJECT
public static final RelationShipType INVITED_MESS
public static RelationShipType[] values()
for (RelationShipType c : RelationShipType.values()) System.out.println(c);
public static RelationShipType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RelationShipType>Copyright © 2003–2019 eXo Platform SAS. All rights reserved.