org.odata4j.edm
Class EdmProperty
java.lang.Object
org.odata4j.edm.EdmProperty
public class EdmProperty
- extends Object
Constructor Summary |
EdmProperty(String name,
EdmType type,
boolean nullable)
|
EdmProperty(String name,
EdmType type,
boolean nullable,
Integer maxLength,
Boolean unicode,
Boolean fixedLength,
String storeGeneratedPattern,
String fcTargetPath,
String fcContentKind,
String fcKeepInContent,
String fcEpmContentKind,
String fcEpmKeepInContent)
|
fcContentKind
public final String fcContentKind
fcEpmContentKind
public final String fcEpmContentKind
fcEpmKeepInContent
public final String fcEpmKeepInContent
fcKeepInContent
public final String fcKeepInContent
fcTargetPath
public final String fcTargetPath
fixedLength
public final Boolean fixedLength
maxLength
public final Integer maxLength
name
public final String name
nullable
public final boolean nullable
storeGeneratedPattern
public final String storeGeneratedPattern
type
public final EdmType type
unicode
public final Boolean unicode
EdmProperty
public EdmProperty(String name,
EdmType type,
boolean nullable)
EdmProperty
public EdmProperty(String name,
EdmType type,
boolean nullable,
Integer maxLength,
Boolean unicode,
Boolean fixedLength,
String storeGeneratedPattern,
String fcTargetPath,
String fcContentKind,
String fcKeepInContent,
String fcEpmContentKind,
String fcEpmKeepInContent)
http://odata4j.org