Class MessagePattern.Part.Type
public class MessagePattern.Part.Type : Enum<MessagePattern.Part.Type>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<MessagePattern.Part.Type>>, IComparable<MessagePattern.Part.Type>, ISerializable
- Inheritance
-
MessagePattern.Part.Type
- Implements
- Inherited Members
- Extension Methods
Constructors
Type(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Type(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ARG_DOUBLE
public static MessagePattern.Part.Type ARG_DOUBLE { get; set; }
Property Value
ARG_INT
public static MessagePattern.Part.Type ARG_INT { get; set; }
Property Value
ARG_LIMIT
public static MessagePattern.Part.Type ARG_LIMIT { get; set; }
Property Value
ARG_NAME
public static MessagePattern.Part.Type ARG_NAME { get; set; }
Property Value
ARG_NUMBER
public static MessagePattern.Part.Type ARG_NUMBER { get; set; }
Property Value
ARG_SELECTOR
public static MessagePattern.Part.Type ARG_SELECTOR { get; set; }
Property Value
ARG_START
public static MessagePattern.Part.Type ARG_START { get; set; }
Property Value
ARG_STYLE
public static MessagePattern.Part.Type ARG_STYLE { get; set; }
Property Value
ARG_TYPE
public static MessagePattern.Part.Type ARG_TYPE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
INSERT_CHAR
public static MessagePattern.Part.Type INSERT_CHAR { get; set; }
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 java.lang.AutoCloseable
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
MSG_LIMIT
public static MessagePattern.Part.Type MSG_LIMIT { get; set; }
Property Value
MSG_START
public static MessagePattern.Part.Type MSG_START { get; set; }
Property Value
REPLACE_NUMBER
public static MessagePattern.Part.Type REPLACE_NUMBER { get; set; }
Property Value
SKIP_SYNTAX
public static MessagePattern.Part.Type SKIP_SYNTAX { get; set; }
Property Value
Methods
HasNumericValue()
public bool HasNumericValue()
Returns
ValueOf(String)
public static MessagePattern.Part.Type ValueOf(String arg0)
Parameters
Returns
Values()
public static MessagePattern.Part.Type[] Values()