Package org.openflexo.pamela.annotations
Class XMLElement.XMLElementImpl
- java.lang.Object
-
- org.openflexo.pamela.annotations.XMLElement.XMLElementImpl
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- XMLElement
public static class XMLElement.XMLElementImpl extends java.lang.Object implements XMLElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openflexo.pamela.annotations.XMLElement
XMLElement.XMLElementImpl
-
-
Field Summary
-
Fields inherited from interface org.openflexo.pamela.annotations.XMLElement
DEFAULT_XML_TAG, NO_CONTEXT, NO_ID_FACTORY, NO_NAME_SPACE
-
-
Constructor Summary
Constructors Constructor Description XMLElementImpl(java.lang.String xmlTag, java.lang.String context, java.lang.String namespace, boolean primary, java.lang.String idFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>
annotationType()
java.lang.String
context()
java.lang.String
deprecatedContext()
java.lang.String
deprecatedXMLTags()
java.lang.String
idFactory()
java.lang.String
namespace()
boolean
primary()
java.lang.String
xmlTag()
-
-
-
Method Detail
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interfacejava.lang.annotation.Annotation
-
xmlTag
public java.lang.String xmlTag()
-
deprecatedXMLTags
public java.lang.String deprecatedXMLTags()
-
context
public java.lang.String context()
-
deprecatedContext
public java.lang.String deprecatedContext()
-
namespace
public java.lang.String namespace()
-
primary
public boolean primary()
-
idFactory
public java.lang.String idFactory()
-
-