Class TimeZoneFormat.Style
public class TimeZoneFormat.Style : Enum<TimeZoneFormat.Style>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IComparable<TimeZoneFormat.Style>, ISerializable
- Inheritance
-
JVMBridgeBaseTimeZoneFormat.Style
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Enum<TimeZoneFormat.Style>>.IsAssignableFrom(IJavaType)JVMBridgeBase<Enum<TimeZoneFormat.Style>>.IsAssignableFrom<T>()JVMBridgeBase<Enum<TimeZoneFormat.Style>>.Execute<T>(params T[])JVMBridgeBase<Enum<TimeZoneFormat.Style>>.DynBridgeClazzJVMBridgeBase<Enum<TimeZoneFormat.Style>>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Style()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Style()
Style(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 Style(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
EXEMPLAR_LOCATION
https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#EXEMPLAR_LOCATION
public static TimeZoneFormat.Style EXEMPLAR_LOCATION { get; }
Property Value
GENERIC_LOCATION
public static TimeZoneFormat.Style GENERIC_LOCATION { get; }
Property Value
GENERIC_LONG
public static TimeZoneFormat.Style GENERIC_LONG { get; }
Property Value
GENERIC_SHORT
public static TimeZoneFormat.Style GENERIC_SHORT { get; }
Property Value
ISO_BASIC_FIXED
public static TimeZoneFormat.Style ISO_BASIC_FIXED { get; }
Property Value
ISO_BASIC_FULL
public static TimeZoneFormat.Style ISO_BASIC_FULL { get; }
Property Value
ISO_BASIC_LOCAL_FIXED
public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FIXED { get; }
Property Value
ISO_BASIC_LOCAL_FULL
public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FULL { get; }
Property Value
ISO_BASIC_LOCAL_SHORT
public static TimeZoneFormat.Style ISO_BASIC_LOCAL_SHORT { get; }
Property Value
ISO_BASIC_SHORT
public static TimeZoneFormat.Style ISO_BASIC_SHORT { get; }
Property Value
ISO_EXTENDED_FIXED
public static TimeZoneFormat.Style ISO_EXTENDED_FIXED { get; }
Property Value
ISO_EXTENDED_FULL
https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_EXTENDED_FULL
public static TimeZoneFormat.Style ISO_EXTENDED_FULL { get; }
Property Value
ISO_EXTENDED_LOCAL_FIXED
public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FIXED { get; }
Property Value
ISO_EXTENDED_LOCAL_FULL
public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FULL { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LOCALIZED_GMT
public static TimeZoneFormat.Style LOCALIZED_GMT { get; }
Property Value
LOCALIZED_GMT_SHORT
public static TimeZoneFormat.Style LOCALIZED_GMT_SHORT { get; }
Property Value
SPECIFIC_LONG
public static TimeZoneFormat.Style SPECIFIC_LONG { get; }
Property Value
SPECIFIC_SHORT
public static TimeZoneFormat.Style SPECIFIC_SHORT { get; }
Property Value
ZONE_ID
public static TimeZoneFormat.Style ZONE_ID { get; }
Property Value
ZONE_ID_SHORT
public static TimeZoneFormat.Style ZONE_ID_SHORT { get; }
Property Value
Methods
ValueOf(String)
public static TimeZoneFormat.Style ValueOf(String arg0)
Parameters
Returns
Values()
public static TimeZoneFormat.Style[] Values()