API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. RelationType View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Serializable
      RelationType
Subinterfaces
Description
public interface RelationType
  The RelationType interface has to be implemented by any class expected to represent a relation type.
See also:   
Methods
Hide/Show inherited methods
public String getRelationTypeName ()
  Returns the relation type name.
public RoleInfo getRoleInfo (String roleInfoName) throws IllegalArgumentException RoleInfoNotFoundException
  Returns the role info (RoleInfo object) for the given role info name (null if not found).
public List<RoleInfo> getRoleInfos ()
  Returns the list of role definitions (ArrayList of RoleInfo objects).
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar