|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.emfvm.lib.OclType
org.eclipse.m2m.atl.engine.emfvm.lib.OclParametrizedType
public class OclParametrizedType
An OCL complex type.
Constructor Summary | |
---|---|
OclParametrizedType()
Constructor. |
|
OclParametrizedType(java.lang.String name,
java.lang.Object elementType)
Constructor. |
Method Summary | |
---|---|
boolean |
conformsTo(OclType other)
Tests if the current object conforms to the given object. |
boolean |
equals(java.lang.Object obj)
|
OclType |
getElementType()
|
int |
hashCode()
|
void |
setElementType(java.lang.Object elementType)
Sets the element type. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.m2m.atl.engine.emfvm.lib.OclType |
---|
addSimpleType, getName, getNativeClassfromOclTypeName, getOclTypeFromObject, getSupertypes, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OclParametrizedType(java.lang.String name, java.lang.Object elementType)
name
- the type nameelementType
- the typepublic OclParametrizedType()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class OclType
OclType.toString()
public OclType getElementType()
public void setElementType(java.lang.Object elementType)
elementType
- the type to setpublic boolean conformsTo(OclType other)
conformsTo
in class OclType
other
- the other object
OclType.conformsTo(org.eclipse.m2m.atl.engine.emfvm.lib.OclType)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |