| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- AbstractPatternMetatype
abstract public Class AbstractPatternMetatype
extends Object
Represents the superclass to all patterns framework metatypes.
The class contains the common methods needed to use metatypes. Most of the type work should be encapsulated behind this abstraction and the less exposed the better.
| Constructor summary |
|---|
| AbstractPatternMetatype() |
| Method summary | |
|---|---|
| boolean | isValidValue(Object object) Determines if the object specified is a valid value for this metatype. |
Constructor detail
Method detail