Class Attributes
public class Attributes : JVMBridgeBase<Attributes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Attributes
- Implements
- Inherited Members
-
JVMBridgeBase<Attributes>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Attributes>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])
- 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(int)
public Attributes(int arg0)
Parameters
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
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Clear()
public void Clear()
ContainsKey(object)
public bool ContainsKey(object arg0)
Parameters
Returns
ContainsValue(object)
public bool ContainsValue(object arg0)
Parameters
Returns
EntrySet()
public Set<Map.Entry<object, object>> EntrySet()
Returns
Get(object)
public object Get(object arg0)
Parameters
Returns
GetValue(String)
public String GetValue(String arg0)
Parameters
Returns
GetValue(Name)
public String GetValue(Attributes.Name arg0)
Parameters
Returns
IsEmpty()
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/jar/Attributes.html#isEmpty()
public bool IsEmpty()
Returns
KeySet()
public Set<object> KeySet()
Returns
Put(object, object)
public object Put(object arg0, object arg1)
Parameters
Returns
PutAll(Map<object, object>)
public void PutAll(Map<object, object> arg0)
Parameters
PutValue(String, String)
public String PutValue(String arg0, String arg1)
Parameters
Returns
Remove(object)
public object Remove(object arg0)
Parameters
Returns
Size()
public int Size()
Returns
Values()
public Collection<object> Values()
Returns
Operators
implicit operator Cloneable(Attributes)
Converter from Attributes to Cloneable
public static implicit operator Cloneable(Attributes t)
Parameters
Returns
implicit operator Map(Attributes)
Converter from Attributes to Map
public static implicit operator Map(Attributes t)