org.deegree.metadata.iso.types
Class Format

java.lang.Object
  extended by org.deegree.metadata.iso.types.Format

public class Format
extends Object

Format representation for records. This class encapsulates the data for representation only.
Format determines the software, hardware or other equipment needed to display or operates on a resource.

Version:
$Revision: 30650 $, $Date: 2011-05-05 11:34:25 +0200 (Thu, 05 May 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Constructor Summary
Format(String name, String version)
          Creates a new Format instance.
 
Method Summary
 String getName()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format

public Format(String name,
              String version)
Creates a new Format instance.

Parameters:
name - physical or digital manifestation of a resource, e.g. shapefile
version - of the format, e.g. Amendment 1 or 1.0
Method Detail

getName

public String getName()
Returns:
the name

getVersion

public String getVersion()
Returns:
the version


Copyright © 2011. All Rights Reserved.