Table of Contents

Interface IRelationType

Namespace
Javax.Management.Relation
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IRelationType : ISerializable

Properties

RelationTypeName

String RelationTypeName { get; }

Property Value

String

RoleInfos

List<RoleInfo> RoleInfos { get; }

Property Value

List<RoleInfo>

Methods

GetRoleInfo(String)

RoleInfo GetRoleInfo(String arg0)

Parameters

arg0 String

String

Returns

RoleInfo

RoleInfo

Exceptions

IllegalArgumentException
RoleInfoNotFoundException