public class Annotation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
annotationTagName |
Constructor and Description |
---|
Annotation() |
Annotation(java.util.List<java.util.Map<java.lang.String,java.lang.String>> path) |
Modifier and Type | Method and Description |
---|---|
java.util.List<?> |
getChildren() |
java.lang.String |
getName() |
java.lang.String |
getSchemaKind() |
double |
getSize() |
java.lang.String[] |
getxClassPath() |
java.lang.String |
getxConstraintViolation() |
org.ow2.choreos.schemaRepresentation.xml.Documentation |
getxDocumentation() |
boolean |
getxHasClassPath() |
boolean |
getxHasConstraintViolation() |
boolean |
getxHasDocumentation() |
int |
getxMyChildrenOrderID() |
int |
getxMyOrderID() |
int |
getxSize() |
java.util.Map<java.lang.String,java.lang.String> |
getxTagAttributes() |
boolean |
hasConstraintViolation() |
java.lang.String |
setConstraintViolation(java.lang.String cConstraintViolation) |
void |
setxClassPath(java.lang.String[] cClassPath) |
void |
setxConstraintViolation(java.lang.String cConstraintViolation) |
void |
setxDocumentation(org.ow2.choreos.schemaRepresentation.xml.Documentation cDocumentation) |
void |
setxHasClassPath(boolean cHasClassPath) |
void |
setxHasConstraintViolation(boolean cHasConstraintViolation) |
void |
setxHasDocumentation(boolean cHasDocumentation) |
void |
setxMyChildrenOrderID(int cMyChildrenOrderID) |
void |
setxMyOrderID(int cMyOrderID) |
void |
setxSize(int cSize) |
void |
setxTagAttributes(java.util.Map<java.lang.String,java.lang.String> cTagAttributes) |
javax.swing.tree.DefaultMutableTreeNode |
visualize() |
public static final java.lang.String annotationTagName
public Annotation(java.util.List<java.util.Map<java.lang.String,java.lang.String>> path)
public Annotation()
public java.lang.String setConstraintViolation(java.lang.String cConstraintViolation)
public boolean hasConstraintViolation()
public java.lang.String getName()
public java.lang.String getSchemaKind()
public double getSize()
public java.util.List<?> getChildren()
public javax.swing.tree.DefaultMutableTreeNode visualize()
public void setxTagAttributes(java.util.Map<java.lang.String,java.lang.String> cTagAttributes)
public void setxClassPath(java.lang.String[] cClassPath)
public void setxHasClassPath(boolean cHasClassPath)
public void setxMyOrderID(int cMyOrderID)
public void setxMyChildrenOrderID(int cMyChildrenOrderID)
public void setxSize(int cSize)
public void setxConstraintViolation(java.lang.String cConstraintViolation)
public void setxHasConstraintViolation(boolean cHasConstraintViolation)
public void setxDocumentation(org.ow2.choreos.schemaRepresentation.xml.Documentation cDocumentation)
public void setxHasDocumentation(boolean cHasDocumentation)
public java.util.Map<java.lang.String,java.lang.String> getxTagAttributes()
public java.lang.String[] getxClassPath()
public boolean getxHasClassPath()
public int getxMyOrderID()
public int getxMyChildrenOrderID()
public int getxSize()
public java.lang.String getxConstraintViolation()
public boolean getxHasConstraintViolation()
public org.ow2.choreos.schemaRepresentation.xml.Documentation getxDocumentation()
public boolean getxHasDocumentation()