|
||||||||||
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.Using
public class Using
Constructor Summary | |
---|---|
Using()
|
Method Summary | |
---|---|
String |
getAlias()
|
Collection<AnnotationAttribute> |
getAnnotationAttributes()
|
Collection<AnnotationElement> |
getAnnotationElements()
|
Documentation |
getDocumentation()
|
String |
getNamespace()
|
Using |
setAlias(String alias)
Sets the alias for this Using |
Using |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of AnnotationAttribute for this Using |
Using |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of AnnotationElement for this Using |
Using |
setDocumentation(Documentation documentation)
Sets the Documentation for this Using |
Using |
setNamespace(String namespace)
Sets the namespace for this Using |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Using()
Method Detail |
---|
public Using setNamespace(String namespace)
Using
namespace
-
Using
for method chainingpublic Using setAlias(String alias)
Using
alias
-
Using
for method chainingpublic Using setDocumentation(Documentation documentation)
Documentation
for this Using
documentation
-
Using
for method chainingpublic Using setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this Using
annotationAttributes
-
Using
for method chainingpublic Using setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this Using
annotationElements
-
Using
for method chainingpublic String getNamespace()
public String getAlias()
public Documentation getDocumentation()
Documentation
documentationpublic Collection<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic Collection<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |