-
- All Implemented Interfaces:
public final class AnnoKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static BooleanisExcludedprivate final static BooleanisPrimaryKeyprivate final static KProperty<?>keyPropprivate final static KProperty<?>displayPropprivate final static ForeignKeyrefModel
-
Method Summary
Modifier and Type Method Description final BooleangetIsExcluded()final BooleangetIsPrimaryKey()final KProperty<?>getKeyProp()final KProperty<?>getDisplayProp()final ForeignKeygetRefModel()final static Stringdisplay(Decimal $self, Object v)final static Stringdisplay(ForeignKey $self, Object v)final static Unitmain()final static Map<String, String>toMap(ForeignKey $self)-
-
Method Detail
-
getIsExcluded
final Boolean getIsExcluded()
-
getIsPrimaryKey
final Boolean getIsPrimaryKey()
-
getKeyProp
final KProperty<?> getKeyProp()
-
getDisplayProp
final KProperty<?> getDisplayProp()
-
getRefModel
final ForeignKey getRefModel()
-
display
final static String display(ForeignKey $self, Object v)
-
toMap
final static Map<String, String> toMap(ForeignKey $self)
-
-
-
-