org.jboss.aop.introduction
Class InterfaceIntroduction.Mixin

java.lang.Object
  extended by org.jboss.aop.introduction.InterfaceIntroduction.Mixin
Enclosing class:
InterfaceIntroduction

public static class InterfaceIntroduction.Mixin
extends Object


Field Summary
protected  String classname
           
protected  String construction
           
protected  String[] interfaces
           
protected  boolean trans
           
 
Constructor Summary
InterfaceIntroduction.Mixin(String classname, String[] interfaces, String construction, boolean trans)
           
 
Method Summary
 String getClassName()
           
 String getConstruction()
           
 String[] getInterfaces()
           
 boolean isTransient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classname

protected final String classname

interfaces

protected final String[] interfaces

construction

protected final String construction

trans

protected final boolean trans
Constructor Detail

InterfaceIntroduction.Mixin

public InterfaceIntroduction.Mixin(String classname,
                                   String[] interfaces,
                                   String construction,
                                   boolean trans)
Method Detail

getClassName

public String getClassName()

getInterfaces

public String[] getInterfaces()

getConstruction

public String getConstruction()

isTransient

public boolean isTransient()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.