|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.util.ClassNameBuilderUtil
public class ClassNameBuilderUtil
Utility methods for the construction of class names.
| Method Summary | |
|---|---|
static java.lang.String |
constructActivityClassName(ActivityItem activity)
Constructs a class name for an activity. |
static java.lang.String |
constructClassNamePrefix(Item item)
Constructs the class name prefix for the given item or model |
static java.lang.String |
constructTypeClassName(DataTypeItem type)
Constructs a class name for a data type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String constructActivityClassName(ActivityItem activity)
activity - The activity
public static java.lang.String constructTypeClassName(DataTypeItem type)
type - The data type
public static java.lang.String constructClassNamePrefix(Item item)
item - Item or model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||