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

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis
Interface Inheritable  view Inheritable download Inheritable.java

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DepClass, DepObjectType

public interface Inheritable
extends java.io.Serializable

Represent a class that can be herited.

Version:
1.0

Method Summary
 java.lang.String getName()
          get the Fully Qualified Java Name for this class.
 

Method Detail

getName

public java.lang.String getName()
get the Fully Qualified Java Name for this class.