Table of Contents

Class MessagePattern.Part.Type

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ARG_DOUBLE

public static MessagePattern.Part.Type ARG_DOUBLE { get; set; }

Property Value

MessagePattern.Part.Type

ARG_INT

public static MessagePattern.Part.Type ARG_INT { get; set; }

Property Value

MessagePattern.Part.Type

ARG_LIMIT

public static MessagePattern.Part.Type ARG_LIMIT { get; set; }

Property Value

MessagePattern.Part.Type

ARG_NAME

public static MessagePattern.Part.Type ARG_NAME { get; set; }

Property Value

MessagePattern.Part.Type

ARG_NUMBER

public static MessagePattern.Part.Type ARG_NUMBER { get; set; }

Property Value

MessagePattern.Part.Type

ARG_SELECTOR

public static MessagePattern.Part.Type ARG_SELECTOR { get; set; }

Property Value

MessagePattern.Part.Type

ARG_START

public static MessagePattern.Part.Type ARG_START { get; set; }

Property Value

MessagePattern.Part.Type

ARG_STYLE

public static MessagePattern.Part.Type ARG_STYLE { get; set; }

Property Value

MessagePattern.Part.Type

ARG_TYPE

public static MessagePattern.Part.Type ARG_TYPE { get; set; }

Property Value

MessagePattern.Part.Type

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

INSERT_CHAR

public static MessagePattern.Part.Type INSERT_CHAR { get; set; }

Property Value

MessagePattern.Part.Type

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MSG_LIMIT

public static MessagePattern.Part.Type MSG_LIMIT { get; set; }

Property Value

MessagePattern.Part.Type

MSG_START

public static MessagePattern.Part.Type MSG_START { get; set; }

Property Value

MessagePattern.Part.Type

REPLACE_NUMBER

public static MessagePattern.Part.Type REPLACE_NUMBER { get; set; }

Property Value

MessagePattern.Part.Type

SKIP_SYNTAX

public static MessagePattern.Part.Type SKIP_SYNTAX { get; set; }

Property Value

MessagePattern.Part.Type

Methods

HasNumericValue()

public bool HasNumericValue()

Returns

bool

bool

ValueOf(String)

public static MessagePattern.Part.Type ValueOf(String arg0)

Parameters

arg0 String

String

Returns

MessagePattern.Part.Type

MessagePattern.Part.Type

Values()

public static MessagePattern.Part.Type[] Values()

Returns

Type[]

MessagePattern.Part.Type