MPXJ: Microsoft Project Exchange

net.sf.mpxj
Interface FieldType

Package class diagram package FieldType
All Superinterfaces:
MpxjEnum
All Known Implementing Classes:
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.
 java.lang.String getName()
          Retrieve the name of this field using the default locale.
 java.lang.String getName(java.util.Locale locale)
          Retrieve the name of this field using the supplied locale.
 
Methods inherited from interface net.sf.mpxj.utility.MpxjEnum
getValue
 

Method Detail

getName

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

Returns:
field name

getName

java.lang.String getName(java.util.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


Copyright © 2000-2009 Packwood Software. All Rights Reserved.