cz.ponec.ppSee.api
Interface IProperty

All Superinterfaces:
java.lang.Comparable

public interface IProperty
extends java.lang.Comparable

A property for PDataObject class.


Method Summary
 java.lang.String getName()
          Get name of property
 java.lang.Class getType()
          Get Class type of the property
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

public java.lang.String getName()
Get name of property


getType

public java.lang.Class getType()
Get Class type of the property



Copyright © 2007 PPonec. All Rights Reserved.