Packagecom.adobe.portfolio.api
Classpublic final class FieldType
InheritanceFieldType Inheritance Object

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The FieldType class provides values for the IField interface.

See also

IField


Public Constants
 ConstantDefined By
  COMPRESSED_SIZE : String = CompressedSize
[static] A possible value of the IField.type property, used for a field that identifies the compressedSize default property of an IAttachment.
FieldType
  CREATION_DATE : String = CreationDate
[static] A possible value of the IField.type property, used for a field that identifies the creationDate default property of an IAttachment.
FieldType
  DATE : String = Date
[static] A possible value of the IField.type property, used for fields that contain arbitrary date values.
FieldType
  DESCRIPTION : String = Description
[static] A possible value of the IField.type property, used for a field that identifies the description default property of an IAttachment.
FieldType
  FILE_NAME : String = FileName
[static] A possible value of the IField.type property, used for a field that identifies the fileName default property of an IAttachment.
FieldType
  MOD_DATE : String = ModDate
[static] A possible value of the IField.type property, used for a field that identifies the modDate default property of an IAttachment.
FieldType
  NUMBER : String = Number
[static] A possible value of the IField.type property, used for fields that contain arbitrary numeric values.
FieldType
  SIZE : String = Size
[static] A possible value of the IField.type property, used for a field that identifies the size default property of an IAttachment.
FieldType
  STRING : String = String
[static] A possible value of the IField.type property, used for fields that contain arbitrary String values.
FieldType
Constant Detail
COMPRESSED_SIZEConstant
public static const COMPRESSED_SIZE:String = CompressedSize

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for a field that identifies the compressedSize default property of an IAttachment. The value of a field of this type is a uint.

If the ICollection.decorateFields property is true, the schema will contain a field of type COMPRESSED_SIZE whose value corresponds to the IAttachment.compressedSize property.

See also

CREATION_DATEConstant 
public static const CREATION_DATE:String = CreationDate

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for a field that identifies the creationDate default property of an IAttachment. The value of a field of this type is a Date.

If the ICollection.decorateFields property is true, the schema will contain a field of type CREATION_DATE whose value corresponds to the IAttachment.creationDate property.

See also

DATEConstant 
public static const DATE:String = Date

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for fields that contain arbitrary date values. The value of a field of this type is a Date.

See also

DESCRIPTIONConstant 
public static const DESCRIPTION:String = Description

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for a field that identifies the description default property of an IAttachment. The value of a field of this type is a String.

If the ICollection.decorateFields property is true, the schema will contain a field of type DESCRIPTION whose value corresponds to the IAttachment.description property.

See also

FILE_NAMEConstant 
public static const FILE_NAME:String = FileName

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for a field that identifies the fileName default property of an IAttachment. The value of a field of this type is a case-insensitive String.

If the ICollection.decorateFields property is true, the schema will contain a field of type FILE_NAME whose value corresponds to the IAttachment.fileName property.

See also

MOD_DATEConstant 
public static const MOD_DATE:String = ModDate

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for a field that identifies the modDate default property of an IAttachment. The value of a field of this type is a Date.

If the ICollection.decorateFields property is true, the schema will contain a field of type MOD_DATE whose value corresponds to the IAttachment.modDate property.

See also

NUMBERConstant 
public static const NUMBER:String = Number

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for fields that contain arbitrary numeric values. The value of a field of this type is a Number.

See also

SIZEConstant 
public static const SIZE:String = Size

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for a field that identifies the size default property of an IAttachment. The value of a field of this type is a uint.

Output should be formatted appropriately: for example, "102 KB" or "4 MB".

If the ICollection.decorateFields property is true, the schema will contain a field of type SIZE whose value corresponds to the IAttachment.size property.

See also

STRINGConstant 
public static const STRING:String = String

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A possible value of the IField.type property, used for fields that contain arbitrary String values. The value of a field of this type is a case-sensitive String.

See also