Class RestrictionEntry
public class RestrictionEntry : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>RestrictionEntry
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.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
RestrictionEntry()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public RestrictionEntry()
RestrictionEntry(Parcel)
public RestrictionEntry(Parcel arg0)
Parameters
RestrictionEntry(String, String)
public RestrictionEntry(String arg0, String arg1)
Parameters
RestrictionEntry(String, String[])
public RestrictionEntry(String arg0, String[] arg1)
Parameters
RestrictionEntry(String, bool)
public RestrictionEntry(String arg0, bool arg1)
Parameters
RestrictionEntry(String, int)
public RestrictionEntry(String arg0, int arg1)
Parameters
RestrictionEntry(int, String)
public RestrictionEntry(int arg0, String arg1)
Parameters
RestrictionEntry(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 RestrictionEntry(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
CREATOR
public static Parcelable.Creator CREATOR { 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
TYPE_BOOLEAN
public static int TYPE_BOOLEAN { get; }
Property Value
TYPE_BUNDLE
public static int TYPE_BUNDLE { get; }
Property Value
TYPE_BUNDLE_ARRAY
public static int TYPE_BUNDLE_ARRAY { get; }
Property Value
TYPE_CHOICE
public static int TYPE_CHOICE { get; }
Property Value
TYPE_INTEGER
public static int TYPE_INTEGER { get; }
Property Value
TYPE_MULTI_SELECT
public static int TYPE_MULTI_SELECT { get; }
Property Value
TYPE_NULL
public static int TYPE_NULL { get; }
Property Value
TYPE_STRING
public static int TYPE_STRING { get; }
Property Value
Methods
CreateBundleArrayEntry(String, RestrictionEntry[])
public static RestrictionEntry CreateBundleArrayEntry(String arg0, RestrictionEntry[] arg1)
Parameters
arg0
Stringarg1
RestrictionEntry[]
Returns
CreateBundleEntry(String, RestrictionEntry[])
public static RestrictionEntry CreateBundleEntry(String arg0, RestrictionEntry[] arg1)
Parameters
arg0
Stringarg1
RestrictionEntry[]
Returns
DescribeContents()
public int DescribeContents()
Returns
GetAllSelectedStrings()
public String[] GetAllSelectedStrings()
Returns
GetChoiceEntries()
public String[] GetChoiceEntries()
Returns
GetChoiceValues()
public String[] GetChoiceValues()
Returns
GetDescription()
public String GetDescription()
Returns
GetIntValue()
public int GetIntValue()
Returns
GetKey()
public String GetKey()
Returns
GetRestrictions()
public RestrictionEntry[] GetRestrictions()
Returns
GetSelectedState()
public bool GetSelectedState()
Returns
GetSelectedString()
public String GetSelectedString()
Returns
GetTitle()
public String GetTitle()
Returns
GetType()
public int GetType()
Returns
SetAllSelectedStrings(String[])
public void SetAllSelectedStrings(String[] arg0)
Parameters
SetChoiceEntries(Context, int)
public void SetChoiceEntries(Context arg0, int arg1)
Parameters
SetChoiceEntries(String[])
public void SetChoiceEntries(String[] arg0)
Parameters
SetChoiceValues(Context, int)
public void SetChoiceValues(Context arg0, int arg1)
Parameters
SetChoiceValues(String[])
public void SetChoiceValues(String[] arg0)
Parameters
SetDescription(String)
public void SetDescription(String arg0)
Parameters
SetIntValue(int)
public void SetIntValue(int arg0)
Parameters
SetRestrictions(RestrictionEntry[])
public void SetRestrictions(RestrictionEntry[] arg0)
Parameters
arg0
RestrictionEntry[]
SetSelectedState(bool)
public void SetSelectedState(bool arg0)
Parameters
SetSelectedString(String)
public void SetSelectedString(String arg0)
Parameters
SetTitle(String)
public void SetTitle(String arg0)
Parameters
SetType(int)
public void SetType(int arg0)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)