|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdmFacets
A Facet is an element defined in CSDL that provides information that specializes the usage of a type.
Method Summary | |
---|---|
String |
getCollation()
Get the sorting sequence to be used. |
EdmConcurrencyMode |
getConcurrencyMode()
Get the information if the value of the type in use should be used for optimistic concurrency checks. |
String |
getDefaultValue()
Get the default value of the type in use |
Integer |
getMaxLength()
Get the maximum length of the type in use |
Integer |
getPrecision()
Get the precision of the type in use |
Integer |
getScale()
Get the scale of the type in use |
Boolean |
isFixedLength()
Get the information if the type in has a fixed length |
Boolean |
isNullable()
Get the information if the type in use is nullable |
Boolean |
isUnicode()
Get the information if UNICODE or ASCII characters are used. |
Method Detail |
---|
Boolean isNullable()
true
if the type in use is nullableString getDefaultValue()
Integer getMaxLength()
Boolean isFixedLength()
true
if the type in use has a fixed lengthInteger getPrecision()
Integer getScale()
Boolean isUnicode()
true
if UNICODE characters are usedString getCollation()
EdmConcurrencyMode getConcurrencyMode()
EdmConcurrencyMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |