org.modeshape.sequencer.java.metadata
Class AnnotationMetadata

java.lang.Object
  extended by org.modeshape.sequencer.java.metadata.AnnotationMetadata
Direct Known Subclasses:
MarkerAnnotationMetadata, ModifierMetadata, NormalAnnotationMetadata, SingleMemberAnnotationMetadata

public abstract class AnnotationMetadata
extends Object

Abstract class for annotations.


Constructor Summary
AnnotationMetadata()
           
 
Method Summary
 Map<String,String> getMemberValues()
           
 String getName()
          Get the name of the modifier.
 void setName(String name)
           
 void setValues(List<org.eclipse.jdt.core.dom.MemberValuePair> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMetadata

public AnnotationMetadata()
Method Detail

getName

public String getName()
Get the name of the modifier.

Returns:
name of the modifier.

setName

public void setName(String name)
Parameters:
name - Sets name to the specified value.

getMemberValues

public Map<String,String> getMemberValues()

setValues

public void setValues(List<org.eclipse.jdt.core.dom.MemberValuePair> values)


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.