gov.usda.gdpc
Interface Property

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
AbstractProperty

public interface Property
extends java.lang.Comparable

Author:
terryc

Method Summary
 java.lang.Class getDataType()
          Returns the data type of this property
 java.lang.String getName()
          Returns the name of this property
 java.lang.String getSubType()
          Get subtype of this property.
 java.lang.String getType()
          Get type of this property.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDataType

public java.lang.Class getDataType()
Returns the data type of this property

Returns:
data type (class name)

getName

public java.lang.String getName()
Returns the name of this property

Returns:
name

getType

public java.lang.String getType()
Get type of this property.

Returns:
type

getSubType

public java.lang.String getSubType()
Get subtype of this property.

Returns:
subtype