net.sf.mpxj
Interface FieldType

All Superinterfaces:
MpxjEnum
All Known Implementing Classes:
AssignmentField, ResourceField, TaskField

public interface FieldType
extends MpxjEnum

This interface is implemented by classes which represent a field in either the Task or Resource entity.


Method Summary
 DataType getDataType()
          Retrieve the data type of this field.
 String getName()
          Retrieve the name of this field using the default locale.
 String getName(Locale locale)
          Retrieve the name of this field using the supplied locale.
 FieldType getUnitsType()
          Retrieve the associated units field, if any.
 
Methods inherited from interface net.sf.mpxj.utility.MpxjEnum
getValue
 

Method Detail

getName

String getName()
Retrieve the name of this field using the default locale.

Returns:
field name

getName

String getName(Locale locale)
Retrieve the name of this field using the supplied locale.

Parameters:
locale - target locale
Returns:
field name

getDataType

DataType getDataType()
Retrieve the data type of this field.

Returns:
data type

getUnitsType

FieldType getUnitsType()
Retrieve the associated units field, if any.

Returns:
units field


Copyright © 2012. All Rights Reserved.