FileDocCategorySizeDatePackage
RestrictionEntry.javaAPI DocAndroid 5.1 API3405Sat Mar 14 14:09:44 GMT 2015android.content

RestrictionEntry

public class RestrictionEntry extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
TYPE_BOOLEAN
public static final int
TYPE_CHOICE
public static final int
TYPE_INTEGER
public static final int
TYPE_MULTI_SELECT
public static final int
TYPE_NULL
public static final int
TYPE_STRING
Constructors Summary
public RestrictionEntry(int type, String key)

 throw new RuntimeException("Stub!"); 
public RestrictionEntry(String key, String selectedString)

 throw new RuntimeException("Stub!"); 
public RestrictionEntry(String key, boolean selectedState)

 throw new RuntimeException("Stub!"); 
public RestrictionEntry(String key, String[] selectedStrings)

 throw new RuntimeException("Stub!"); 
public RestrictionEntry(String key, int selectedInt)

 throw new RuntimeException("Stub!"); 
public RestrictionEntry(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getAllSelectedStrings()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getChoiceEntries()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getChoiceValues()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDescription()

 throw new RuntimeException("Stub!"); 
public intgetIntValue()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetKey()

 throw new RuntimeException("Stub!"); 
public booleangetSelectedState()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSelectedString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetTitle()

 throw new RuntimeException("Stub!"); 
public intgetType()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public voidsetAllSelectedStrings(java.lang.String[] allSelectedStrings)

 throw new RuntimeException("Stub!"); 
public voidsetChoiceEntries(java.lang.String[] choiceEntries)

 throw new RuntimeException("Stub!"); 
public voidsetChoiceEntries(android.content.Context context, int stringArrayResId)

 throw new RuntimeException("Stub!"); 
public voidsetChoiceValues(java.lang.String[] choiceValues)

 throw new RuntimeException("Stub!"); 
public voidsetChoiceValues(android.content.Context context, int stringArrayResId)

 throw new RuntimeException("Stub!"); 
public voidsetDescription(java.lang.String description)

 throw new RuntimeException("Stub!"); 
public voidsetIntValue(int value)

 throw new RuntimeException("Stub!"); 
public voidsetSelectedState(boolean state)

 throw new RuntimeException("Stub!"); 
public voidsetSelectedString(java.lang.String selectedString)

 throw new RuntimeException("Stub!"); 
public voidsetTitle(java.lang.String title)

 throw new RuntimeException("Stub!"); 
public voidsetType(int type)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");