|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.patterns.framework.AbstractPatternMetatype
com.ibm.xtools.patterns.framework.java.PatternMetatype
The pattern metatype class to use when dealing with Java classes and types.
Nested Class Summary | |
class |
PatternMetatype.JavaMetatype
This class is the common implementation for a pattern metatype that represents a java class. |
Constructor Summary | |
PatternMetatype(Class javaClass)
Constructs a new pattern metatype based on the given Java class instance. |
Method Summary | |
boolean |
equals(Object object)
|
IPatternMetatype |
getIPatternMetatype()
Get an IPatternMetatype associated with this PatternMetatype. |
int |
hashCode()
|
boolean |
isValidValue(Object object)
Determines if the object specified is a valid value for this metatype. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PatternMetatype(Class javaClass)
javaClass
- the Java class instance corresponding to the type this metatype
class representsMethod Detail |
public IPatternMetatype getIPatternMetatype()
public boolean equals(Object object)
public int hashCode()
public boolean isValidValue(Object object)
AbstractPatternMetatype
isValidValue
in class AbstractPatternMetatype
object
- the object to test
true
if the object is a valid value
for this metatype otherwise false
public String toString()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.