Class CompositeName
public class CompositeName : Name, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IName
- Inheritance
-
CompositeName
- Implements
- Inherited Members
-
JVMBridgeBase<Name>.SExecuteWithSignature<TReturn>(Type, IJavaType, string, string, params object[])
- Extension Methods
Constructors
CompositeName()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CompositeName()
CompositeName(String)
public CompositeName(String arg0)
Parameters
Exceptions
CompositeName(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 CompositeName(params object[] args)
Parameters
args
object[]
Properties
All
public Enumeration<String> All { get; }
Property Value
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
Add(String)
public Name Add(String arg0)
Parameters
Returns
Exceptions
Add(int, String)
public Name Add(int arg0, String arg1)
Parameters
Returns
Exceptions
AddAll(Name)
public Name AddAll(Name arg0)
Parameters
Returns
Exceptions
AddAll(int, Name)
public Name AddAll(int arg0, Name arg1)
Parameters
Returns
Exceptions
CompareTo(object)
public int CompareTo(object arg0)
Parameters
Returns
EndsWith(Name)
public bool EndsWith(Name arg0)
Parameters
Returns
Get(int)
public String Get(int arg0)
Parameters
Returns
GetPrefix(int)
public Name GetPrefix(int arg0)
Parameters
Returns
GetSuffix(int)
public Name GetSuffix(int arg0)
Parameters
Returns
IsEmpty()
public bool IsEmpty()
Returns
Remove(int)
public object Remove(int arg0)
Parameters
Returns
Exceptions
Size()
public int Size()
Returns
StartsWith(Name)
public bool StartsWith(Name arg0)