public enum RelationType extends Enum<RelationType>
| 枚举常量和说明 |
|---|
BRAND
Brand relation type.
|
CUSTOM
Custom relation type.
|
DISTRIBUTOR
Distributor relation type.
|
HEADQUARTER
Headquarter relation type.
|
PARTNER
Partner relation type.
|
SERVICE_PROVIDER
Service provider relation type.
|
STAFF
Staff relation type.
|
STORE
Store relation type.
|
STORE_OWNER
Store owner relation type.
|
SUPPLIER
Supplier relation type.
|
USER
User relation type.
|
public static final RelationType SERVICE_PROVIDER
public static final RelationType STORE
public static final RelationType STAFF
public static final RelationType STORE_OWNER
public static final RelationType PARTNER
public static final RelationType HEADQUARTER
public static final RelationType BRAND
public static final RelationType DISTRIBUTOR
public static final RelationType USER
public static final RelationType SUPPLIER
public static final RelationType CUSTOM
public static RelationType[] values()
for (RelationType c : RelationType.values()) System.out.println(c);
public static RelationType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.