|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hedgehog.HObject
com.hedgehog.model.ModelObjectMapping
public class ModelObjectMapping
Title: ModelObjectMapping - facilitates the mapping between string ModelObject names and actual objects.
Description: A support class that facilitates the mapping between string ModelObject names and actual objects.
Copyright: Copyright (c) Hedgehog Software.
Company: Hedgehog Software.
| Field Summary |
|---|
| Fields inherited from class com.hedgehog.HObject |
|---|
mID, mName |
| Method Summary | |
|---|---|
static java.lang.String |
simpleNameToFullName(java.lang.String simpleName)
Returns the full class name corresponding to the specified simple class name. |
static ModelObject |
simpleNameToObject(java.lang.String simpleName)
Returns a default instance of a ModelObject corresponding to the specified class simple name. |
| Methods inherited from class com.hedgehog.HObject |
|---|
clone, compare, compareTo, copy, equals, getID, getName, hashCode, hasID, hasName, setID, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String simpleNameToFullName(java.lang.String simpleName)
simpleName - Simple class name.
public static ModelObject simpleNameToObject(java.lang.String simpleName)
simpleName - Class simple name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||