|
||||||||||
| 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.AnnotationAttribute
public class AnnotationAttribute
Objects of this class represent an annotation attribute
| Constructor Summary | |
|---|---|
AnnotationAttribute()
|
|
| Method Summary | |
|---|---|
String |
getName()
Get the name of the custom attribute |
String |
getNamespace()
Get the namespace of the custom attribute |
String |
getPrefix()
Get the prefix of the custom attribute |
String |
getText()
Get the text of the custom attribute |
AnnotationAttribute |
setName(String name)
Sets the name for this AnnotationAttribute. |
AnnotationAttribute |
setNamespace(String namespace)
Sets the namespace for this AnnotationAttribute. |
AnnotationAttribute |
setPrefix(String prefix)
Sets the prefix for this AnnotationAttribute. |
AnnotationAttribute |
setText(String text)
Sets the text for this AnnotationAttribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationAttribute()
| Method Detail |
|---|
public String getNamespace()
EdmAnnotationAttribute
getNamespace in interface EdmAnnotationAttributepublic String getPrefix()
EdmAnnotationAttribute
getPrefix in interface EdmAnnotationAttributepublic String getName()
EdmAnnotationAttribute
getName in interface EdmAnnotationAttributepublic String getText()
EdmAnnotationAttribute
getText in interface EdmAnnotationAttributepublic AnnotationAttribute setNamespace(String namespace)
AnnotationAttribute.
namespace -
AnnotationAttribute for method chainingpublic AnnotationAttribute setPrefix(String prefix)
AnnotationAttribute.
prefix -
AnnotationAttribute for method chainingpublic AnnotationAttribute setName(String name)
AnnotationAttribute.
name -
AnnotationAttribute for method chainingpublic AnnotationAttribute setText(String text)
AnnotationAttribute.
text -
AnnotationAttribute for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||