public class EdmAnnotationAttributeImpl extends Object implements EdmAnnotationAttribute
Constructor and Description |
---|
EdmAnnotationAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
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
|
EdmAnnotationAttributeImpl |
setName(String name)
Sets the name for this
EdmAnnotationAttributeImpl . |
EdmAnnotationAttributeImpl |
setNamespace(String namespace)
Sets the namespace for this
EdmAnnotationAttributeImpl . |
EdmAnnotationAttributeImpl |
setPrefix(String prefix)
Sets the prefix for this
EdmAnnotationAttributeImpl . |
EdmAnnotationAttributeImpl |
setText(String text)
Sets the text for this
EdmAnnotationAttributeImpl . |
String |
toString() |
public String getNamespace()
EdmAnnotationAttribute
getNamespace
in interface EdmAnnotationAttribute
public String getPrefix()
EdmAnnotationAttribute
getPrefix
in interface EdmAnnotationAttribute
public String getName()
EdmAnnotationAttribute
getName
in interface EdmAnnotationAttribute
public String getText()
EdmAnnotationAttribute
getText
in interface EdmAnnotationAttribute
public EdmAnnotationAttributeImpl setNamespace(String namespace)
EdmAnnotationAttributeImpl
.namespace
- EdmAnnotationAttributeImpl
for method chainingpublic EdmAnnotationAttributeImpl setPrefix(String prefix)
EdmAnnotationAttributeImpl
.prefix
- EdmAnnotationAttributeImpl
for method chainingpublic EdmAnnotationAttributeImpl setName(String name)
EdmAnnotationAttributeImpl
.name
- EdmAnnotationAttributeImpl
for method chainingpublic EdmAnnotationAttributeImpl setText(String text)
EdmAnnotationAttributeImpl
.text
- EdmAnnotationAttributeImpl
for method chainingCopyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.