class: Format

public class: Format
Author: kleinfe1 (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:21:03; Modified: 16.07.2009 15:21:03;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {69B4A772-BD40-4510-A2F7-905E759FADCF}
This class describes a format object.
 

Goto: Custom Properties, Fields, Methods

See also: EDocImport, EDocImport, EDocImport, EndNoteTransformation, EndNoteTransformation, EndNoteTransformation, RISTransformation, RISTransformation, RISTransformation, RISTransformation, RISTransformation, TEITransformation, TEITransformation, TEITransformation

Appears in: valueObjects

Connections
 
Custom Properties
 
Format Attributes
Attribute Details
private String
  encoding
private String
  name
private static const long
  serialVersionUID
Initial: 1L
private String
  type
 
Format Methods
Operation Details
public
equals(
   Object other):boolean
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
Format(
   String name,
   String type,
   String encoding):
Sequential
Notes: Formats object constructor.
public
getEncoding():String
Sequential
Notes: Get the formats encoding.
@return String encoding of the format
public
getName():String
Sequential
Notes: Get the formats name.
@return String name of the format
public
getType():String
Sequential
Notes: Get the formats type.
@return String type of the format
public
matches(
   Format other):boolean
Sequential
Notes: Returns true if this format is contained in the other format.
public
setEncoding(
   String encoding):void
Sequential
Notes: Set the formats encoding.
public
setName(
   String name):void
Sequential
Notes: Set the formats name.
public
setType(
   String type):void
Sequential
Notes: Set the formats name.
public
toString():String
Sequential