-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaRealmAuthParameter implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMenigaRealmAuthParameter.SimpleAuthParameter
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected StringdisplayNameprotected StringregularExpressionprotected IntegerminLengthprotected IntegermaxLengthprotected booleanisPasswordprotected booleanisHiddenprotected booleanisDropDownprotected LongparentIdprotected booleanisEncryptedprotected booleanisIdentityprotected transient StringselectedValuepublic final static Parcelable.Creator<MenigaRealmAuthParameter>CREATOR
-
Method Summary
Modifier and Type Method Description AuthParameterTypegetAuthParameterType()MenigaRealmAuthParameter.SimpleAuthParametergetSimpleParameter()booleanisCanSave()booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringgetName()StringgetDisplayName()StringgetRegularExpression()IntegergetMinLength()IntegergetMaxLength()booleanisPassword()booleanisHidden()booleanisDropDown()LonggetParentId()booleanisEncrypted()booleanisIdentity()voidsetSelectedValue(String val)-
-
Method Detail
-
getAuthParameterType
AuthParameterType getAuthParameterType()
-
getSimpleParameter
MenigaRealmAuthParameter.SimpleAuthParameter getSimpleParameter()
-
isCanSave
boolean isCanSave()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getDisplayName
String getDisplayName()
-
getRegularExpression
String getRegularExpression()
-
getMinLength
Integer getMinLength()
-
getMaxLength
Integer getMaxLength()
-
isPassword
boolean isPassword()
-
isHidden
boolean isHidden()
-
isDropDown
boolean isDropDown()
-
getParentId
Long getParentId()
-
isEncrypted
boolean isEncrypted()
-
isIdentity
boolean isIdentity()
-
setSelectedValue
void setSelectedValue(String val)
-
-
-
-