Table of Contents

Class Attribute

Namespace
Javax.Naming.Directory
Assembly
MASES.JNet.dll
public class Attribute : JVMBridgeBase<Attribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAttribute
Inheritance
JVMBridgeBase
JVMBridgeBase<Attribute>
Attribute
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Attribute>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Attribute>.IsAssignableFrom<T>()
JVMBridgeBase<Attribute>.Execute<T>(params T[])
JVMBridgeBase<Attribute>.DynBridgeClazz
JVMBridgeBase<Attribute>.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

Attribute()

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

[Obsolete("Attribute class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Attribute()

Attribute(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

[Obsolete("Attribute class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Attribute(params object[] args)

Parameters

args object[]

Properties

All

public NamingEnumeration<object> All { get; }

Property Value

NamingEnumeration<object>

AttributeDefinition

public DirContext AttributeDefinition { get; }

Property Value

DirContext

AttributeSyntaxDefinition

public DirContext AttributeSyntaxDefinition { get; }

Property Value

DirContext

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ID

public String ID { 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

serialVersionUID

public static long serialVersionUID { get; }

Property Value

long

Methods

Add(int, object)

public void Add(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Add(object)

public bool Add(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Clear()

public void Clear()

Contains(object)

public bool Contains(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Get()

public object Get()

Returns

object

object

Exceptions

NamingException

Get(int)

public object Get(int arg0)

Parameters

arg0 int

int

Returns

object

object

Exceptions

NamingException

IsOrdered()

public bool IsOrdered()

Returns

bool

bool

Remove(int)

public object Remove(int arg0)

Parameters

arg0 int

int

Returns

object

object

Remove(object)

public bool Remove(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Set(int, object)

public object Set(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Returns

object

object

Size()

public int Size()

Returns

int

int

Operators

implicit operator Serializable(Attribute)

Converter from Attribute to Serializable

public static implicit operator Serializable(Attribute t)

Parameters

t Attribute

Returns

Serializable

implicit operator Cloneable(Attribute)

Converter from Attribute to Cloneable

public static implicit operator Cloneable(Attribute t)

Parameters

t Attribute

Returns

Cloneable