クラス | 説明 |
---|---|
AutoNumberProperty |
自動採番されるidを表すプロパティ。
|
BinaryProperty |
バイナリデータを表すプロパティ定義。
|
BooleanProperty |
ブール値を表すプロパティ定義。
|
DateProperty |
日付をあらわすプロパティ定義。
|
DateTimeProperty |
日時をあらわすプロパティ定義。
|
DecimalProperty |
固定小数点を表すプロパティ定義。
|
ExpressionProperty |
数式により、プロパティの演算結果を返す、仮想的なプロパティを表す定義。
|
FloatProperty |
浮動小数点を表すプロパティ定義。
|
IntegerProperty |
整数を表すプロパティ定義。
|
LongTextProperty |
StringPropertyの最大文字数に収まりきらない(環境により制限は異なる)テキストを表す定義。
|
ReferenceProperty |
別のEntityへの参照を表すプロパティ定義。
|
SelectProperty |
選択肢からのセレクトを行うプロパティを表す定義。
|
StringProperty |
文字列を表すプロパティ定義。
|
TimeProperty |
時間を表すプロパティ定義。
|
列挙型 | 説明 |
---|---|
NumberingType |
AutoNumberProperty の採番タイプ。 |
ReferenceType |
ReferenceProperty の参照タイプ。 |
RoundingMode |
DecimalPropertyにおける、数値の丸め方式。
|
VersionControlReferenceType |
ReferenceProperty での参照先のバージョン管理タイプ |