|
||||||||||
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.OclSimpleType
public class OclSimpleType
OCL simple type.
Constructor Summary | |
---|---|
OclSimpleType()
Constructor. |
|
OclSimpleType(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
boolean |
conformsTo(OclType other)
Tests if the current object conforms to the given object. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class org.eclipse.m2m.atl.engine.emfvm.lib.OclType |
---|
addSimpleType, getName, getNativeClassfromOclTypeName, getOclTypeFromObject, getSupertypes, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OclSimpleType(java.lang.String name)
name
- the type namepublic OclSimpleType()
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 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 |