org.ubercraft.sucre.reflect
Interface AccessorMutator

All Known Subinterfaces:
Accessor, Mutator

public interface AccessorMutator


Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> annotationClass)
           
 Annotation[] getAnnotations()
           
 Class<?> getDeclaringType()
           
 String getName()
           
 Accessor getPairedAccessor()
           
 Mutator getPairedMutator()
           
 Class<?> getType()
           
 boolean isPaired()
           
 

Method Detail

getName

String getName()

getType

Class<?> getType()

getDeclaringType

Class<?> getDeclaringType()

isPaired

boolean isPaired()

getPairedAccessor

Accessor getPairedAccessor()

getPairedMutator

Mutator getPairedMutator()

getAnnotation

<T extends Annotation> T getAnnotation(Class<T> annotationClass)

getAnnotations

Annotation[] getAnnotations()


Copyright © 2013. All Rights Reserved.