Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis
Class DepObjectType  view DepObjectType download DepObjectType.java

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.DepObjectType
All Implemented Interfaces:
DepType, Inheritable, java.io.Serializable

public class DepObjectType
extends java.lang.Object
implements DepType, Inheritable

Describes an object type.

Version:
1.0

Field Summary
protected  java.lang.String className
          the class name of this object type
 
Constructor Summary
protected DepObjectType(java.lang.String className)
          Creates a new DepObjectType instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          compare this object with another Inheritable based on the value returned by getName.
 java.lang.String getName()
          get the name of this type.
 java.lang.String toString()
          get a string representation for this type: L+classname+;
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

protected final java.lang.String className
the class name of this object type

Constructor Detail

DepObjectType

protected DepObjectType(java.lang.String className)
Creates a new DepObjectType instance.

Method Detail

getName

public java.lang.String getName()
get the name of this type.

Specified by:
getName in interface Inheritable

toString

public java.lang.String toString()
get a string representation for this type: L+classname+;

Specified by:
toString in interface DepType

equals

public boolean equals(java.lang.Object o)
compare this object with another Inheritable based on the value returned by getName.