|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> [ smartanalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.epfl.lamp.smartanalysis
Class DepObjectType

java.lang.Objectch.epfl.lamp.smartanalysis.DepObjectType
- All Implemented Interfaces:
- DepType, Inheritable, java.io.Serializable
- public class DepObjectType
- extends java.lang.Object
- implements DepType, Inheritable
- extends java.lang.Object
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
DepObjectTypeinstance.
| Method Detail |
getName
public java.lang.String getName()
- get the name of this type.
- Specified by:
getNamein interfaceInheritable
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)
- compare this object with another Inheritable based on the value returned by getName.
|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> [ smartanalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ch.epfl.lamp.smartanalysis.DepObjectType