Table of Contents

Interface ICompositeData

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

.NET interface for TO BE DEFINED FROM USER

public interface ICompositeData

Properties

CompositeType

CompositeType CompositeType { get; }

Property Value

CompositeType

Methods

ContainsKey(String)

bool ContainsKey(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

ContainsValue(object)

bool ContainsValue(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Get(String)

object Get(String arg0)

Parameters

arg0 String

String

Returns

object

object

GetAll(String[])

object[] GetAll(String[] arg0)

Parameters

arg0 String[]

String

Returns

object[]

object

Values()

Collection<object> Values()

Returns

Collection<object>

Collection