| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.ClassHelper
@Deprecated public class ClassHelper
Helper methods for the Class class
| Constructor Summary | |
|---|---|
| ClassHelper()Deprecated See BEA Commerce product offering | |
| Method Summary | |
|---|---|
| static String | className(Class clazz)Deprecated See BEA Commerce product offering | 
| static String | dequalifyName(String clazz)Deprecated See BEA Commerce product offering | 
| static String | parentName(String fullyQualifiedName)Deprecated See BEA Commerce product offering | 
| static String | relationIdentifier(String containingClass,
                   String attributeIdentifier,
                   String containedClass)Deprecated See BEA Commerce product offering | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ClassHelper()
| Method Detail | 
|---|
public static String className(Class clazz)
public static String dequalifyName(String clazz)
public static String parentName(String fullyQualifiedName)
public static String relationIdentifier(String containingClass,
                                        String attributeIdentifier,
                                        String containedClass)
containingClass - the fully qualified class name of the containing classattributeIdentifier - unqualified attribute identifiercontainedClass - unqualified name of contained class| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||