|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.Schema
public class Schema
Objects of this class represent a schema
| Constructor Summary | |
|---|---|
Schema()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Schema()
| Method Detail |
|---|
public Schema setNamespace(String namespace)
Schema
namespace -
Schema for method chainingpublic Schema setAlias(String alias)
Schema
alias -
Schema for method chainingpublic Schema setUsings(List<Using> usings)
Using for this Schema
usings -
Schema for method chainingpublic Schema setEntityTypes(List<EntityType> entityTypes)
EntityTypes for this Schema
entityTypes -
Schema for method chainingpublic Schema setComplexTypes(List<ComplexType> complexTypes)
ComplexTypes for this Schema
complexTypes -
Schema for method chainingpublic Schema setAssociations(List<Association> associations)
Associations for this Schema
associations -
Schema for method chainingpublic Schema setEntityContainers(List<EntityContainer> entityContainers)
EntityContainers for this Schema
entityContainers -
Schema for method chainingpublic Schema setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this Schema
annotationAttributes -
Schema for method chainingpublic Schema setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this Schema
annotationElements -
Schema for method chainingpublic String getNamespace()
Schemapublic String getAlias()
Schemapublic List<Using> getUsings()
Using> of this Schemapublic List<EntityType> getEntityTypes()
EntityType> of this Schemapublic List<ComplexType> getComplexTypes()
ComplexType> of this Schemapublic List<Association> getAssociations()
Association> of this Schemapublic List<EntityContainer> getEntityContainers()
EntityContainer> of this Schemapublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement annotation elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||