Table of Contents

Class Attributes

Namespace
Java.Util.Jar
Assembly
MASES.JNet.dll
public class Attributes : JVMBridgeBase<Attributes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Attributes>
Attributes
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Attributes>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Attributes>.IsAssignableFrom<T>()
JVMBridgeBase<Attributes>.Execute<T>(params T[])
JVMBridgeBase<Attributes>.DynBridgeClazz
JVMBridgeBase<Attributes>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Attributes()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Attributes()

Attributes(Attributes)

public Attributes(Attributes arg0)

Parameters

arg0 Attributes

Attributes

Attributes(int)

public Attributes(int arg0)

Parameters

arg0 int

int

Attributes(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Attributes(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Clear()

public void Clear()

ContainsKey(object)

public bool ContainsKey(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

ContainsValue(object)

public bool ContainsValue(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

EntrySet()

public Set<Map.Entry<object, object>> EntrySet()

Returns

Set<Map.Entry<object, object>>

Set

Get(object)

public object Get(object arg0)

Parameters

arg0 object

object

Returns

object

object

GetValue(String)

public String GetValue(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetValue(Name)

public String GetValue(Attributes.Name arg0)

Parameters

arg0 Attributes.Name

Attributes.Name

Returns

String

String

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

KeySet()

public Set<object> KeySet()

Returns

Set<object>

Set

Put(object, object)

public object Put(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

object

object

PutAll(Map<object, object>)

public void PutAll(Map<object, object> arg0)

Parameters

arg0 Map<object, object>

Map

PutValue(String, String)

public String PutValue(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

Remove(object)

public object Remove(object arg0)

Parameters

arg0 object

object

Returns

object

object

Size()

public int Size()

Returns

int

int

Values()

public Collection<object> Values()

Returns

Collection<object>

Collection

Operators

implicit operator Cloneable(Attributes)

Converter from Attributes to Cloneable

public static implicit operator Cloneable(Attributes t)

Parameters

t Attributes

Returns

Cloneable

implicit operator Map(Attributes)

Converter from Attributes to Map

public static implicit operator Map(Attributes t)

Parameters

t Attributes

Returns

Map