org.modeshape.sequencer.java.metadata
Class NormalAnnotationMetadata

java.lang.Object
  extended by org.modeshape.sequencer.java.metadata.AnnotationMetadata
      extended by org.modeshape.sequencer.java.metadata.NormalAnnotationMetadata

public class NormalAnnotationMetadata
extends AnnotationMetadata

Metadata for normal annotations.


Constructor Summary
NormalAnnotationMetadata()
           
 
Method Summary
 boolean isNormal()
           
 void setNormal(boolean normal)
           
 
Methods inherited from class org.modeshape.sequencer.java.metadata.AnnotationMetadata
getMemberValues, getName, setName, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalAnnotationMetadata

public NormalAnnotationMetadata()
Method Detail

isNormal

public boolean isNormal()
Returns:
normal

setNormal

public void setNormal(boolean normal)
Parameters:
normal - Sets normal to the specified value.


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