public class MultiplexMappingInfo extends Object
Multiplexers override automatic mappings and can be redefined using manual mappings.
| Constructor and Description |
|---|
MultiplexMappingInfo(Class baseClass)
Creates a new instance for the specified class.
|
MultiplexMappingInfo(Class baseClass,
String typeAttribute)
Creates a new instance for the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Tests this object for equality with another object.
|
Class |
getBaseClass()
Returns the base class.
|
TypeInfo[] |
getChildClasses()
Returns the child classes.
|
Comments |
getComments()
Returns the comments.
|
String |
getSource()
Returns the source.
|
String |
getTypeAttribute()
Returns the type attribute.
|
int |
hashCode()
Returns a hash code for this object.
|
void |
setChildClasses(TypeInfo[] childClasses)
Sets the child classes.
|
void |
setComments(Comments comments)
Sets the comments.
|
void |
setSource(String source)
Sets the source.
|
public MultiplexMappingInfo(Class baseClass)
baseClass - the base class.public Class getBaseClass()
public String getTypeAttribute()
public TypeInfo[] getChildClasses()
public void setChildClasses(TypeInfo[] childClasses)
childClasses - the child classes.public Comments getComments()
public void setComments(Comments comments)
comments - the comments.public String getSource()
public void setSource(String source)
source - the source.public boolean equals(Object o)
Copyright © 2009-2012 jtstand.com. All Rights Reserved.