public class Property extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
INDEXED |
static boolean |
PRIMARY_KEY |
static boolean |
REQUIRED |
Constructor and Description |
---|
Property(String name,
RealmFieldType type,
boolean isPrimary,
boolean isIndexed,
boolean isRequired) |
Property(String name,
RealmFieldType type,
RealmObjectSchema linkedTo) |
public static boolean PRIMARY_KEY
public static boolean REQUIRED
public static boolean INDEXED
public Property(String name, RealmFieldType type, boolean isPrimary, boolean isIndexed, boolean isRequired)
public Property(String name, RealmFieldType type, RealmObjectSchema linkedTo)