Class Overview
A CSDL Property element.
Property elements define the shape and characteristics of data that an entity type instance or complex type
instance will contain. Properties in a conceptual model are analogous to properties that are defined on a class.
In the same way that properties on a class define the shape of the class and carry information about objects,
properties in a conceptual model define the shape of an entity type and carry information about entity type instances.
Summary
| Nested Classes |
|
class |
EdmProperty.Builder |
Mutable builder for EdmProperty objects. |
|
enum |
EdmProperty.CollectionKind |
Kind of collection: List, Bag, or Collection |
Fields
private
final
String
defaultValue
private
final
String
fcContentKind
private
final
String
fcEpmContentKind
private
final
String
fcEpmKeepInContent
private
final
String
fcKeepInContent
private
final
String
fcTargetPath
private
final
Boolean
fixedLength
private
final
Integer
maxLength
private
final
boolean
nullable
private
final
Integer
precision
private
final
Integer
scale
private
final
String
storeGeneratedPattern
private
final
Boolean
unicode
Public Methods
public
String
getDefaultValue
()
public
String
getFcContentKind
()
public
String
getFcEpmContentKind
()
public
String
getFcEpmKeepInContent
()
public
String
getFcKeepInContent
()
public
String
getFcTargetPath
()
public
Boolean
getFixedLength
()
public
Integer
getMaxLength
()
public
Integer
getPrecision
()
public
Integer
getScale
()
public
String
getStoreGeneratedPattern
()
public
Boolean
getUnicode
()
public
boolean
isNullable
()
public
String
toString
()