public interface RelationType extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getRelationTypeName()
返回关系类型名称。
|
RoleInfo |
getRoleInfo(String roleInfoName)
返回角色信息(roleinfo对象)对于给定的角色信息名称(null如果没有找到)。
|
List<RoleInfo> |
getRoleInfos()
返回角色定义列表(ArrayList的roleinfo对象)。
|
String getRelationTypeName()
RoleInfo getRoleInfo(String roleInfoName) throws IllegalArgumentException, RoleInfoNotFoundException
roleInfoName
角色信息名
IllegalArgumentException
如果空参数
RoleInfoNotFoundException
-如果没有角色信息与关系类型名称。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.