public static class InterfaceIntroduction.Mixin extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
classname |
protected String |
construction |
protected String[] |
interfaces |
protected boolean |
trans |
Constructor and Description |
---|
InterfaceIntroduction.Mixin() |
InterfaceIntroduction.Mixin(String classname,
String[] interfaces,
String construction,
boolean trans) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getConstruction() |
String[] |
getInterfaces() |
boolean |
isTransient() |
void |
setClassname(String classname) |
void |
setConstruction(String construction) |
void |
setInterfaces(String[] interfaces) |
void |
setTrans(boolean trans) |
protected String classname
protected String[] interfaces
protected String construction
protected boolean trans
public String getClassName()
public String[] getInterfaces()
public String getConstruction()
public boolean isTransient()
public void setClassname(String classname)
public void setInterfaces(String[] interfaces)
public void setConstruction(String construction)
public void setTrans(boolean trans)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.