org.eclipse.m2m.atl.engine.emfvm.lib
Class OclSimpleType

java.lang.Object
  extended by org.eclipse.m2m.atl.engine.emfvm.lib.OclType
      extended by org.eclipse.m2m.atl.engine.emfvm.lib.OclSimpleType

public class OclSimpleType
extends OclType

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

OclSimpleType

public OclSimpleType(java.lang.String name)
Constructor.

Parameters:
name - the type name

OclSimpleType

public OclSimpleType()
Constructor.

Method Detail

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

conformsTo

public boolean conformsTo(OclType other)
Tests if the current object conforms to the given object.

Specified by:
conformsTo in class OclType
Parameters:
other - the other object
Returns:
true if the current object conforms to the given object
See Also:
OclType.conformsTo(org.eclipse.m2m.atl.engine.emfvm.lib.OclType)

Copyright 2007 IBM Corporation and others.
All Rights Reserved.