org.odata4j.edm
Class EdmProperty

java.lang.Object
  extended by org.odata4j.edm.EdmProperty

public class EdmProperty
extends Object


Field Summary
 String fcContentKind
           
 String fcEpmContentKind
           
 String fcEpmKeepInContent
           
 String fcKeepInContent
           
 String fcTargetPath
           
 Boolean fixedLength
           
 Integer maxLength
           
 String name
           
 boolean nullable
           
 String storeGeneratedPattern
           
 EdmType type
           
 Boolean unicode
           
 
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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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