org.pfsw.bif.enums
Interface IFieldName

All Superinterfaces:
IEnumType, IStringConstant, IStringRepresentation

public interface IFieldName
extends IStringConstant

Common interface for enumerations that specify field names.


Method Summary
 java.lang.String getFieldName()
          Returns the field name as string.
 
Methods inherited from interface org.pfsw.bif.enums.IEnumType
getDeclaringClass, name, ordinal
 
Methods inherited from interface org.pfsw.bif.text.IStringRepresentation
asString
 

Method Detail

getFieldName

java.lang.String getFieldName()
Returns the field name as string.