Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.masterdata
Class _PackageDescription  view _PackageDescription download _PackageDescription.java

java.lang.Object
  extended byopenfuture.masterdata._PackageDescription

public class _PackageDescription
extends java.lang.Object

Class _PackageDescription is used to describe this package


Constructor Summary
_PackageDescription()
           
 
Method Summary
static java.lang.String author()
          get the author of the package
static java.lang.String copyright()
          get the copyright statement of the package
static java.lang.String name()
          get the name of the package
static java.lang.String[] prerequisites()
          get the prerequisites of the package
static java.lang.String url()
          get the url of the package
static java.lang.String version()
          Versions of Package:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_PackageDescription

public _PackageDescription()
Method Detail

author

public static final java.lang.String author()
get the author of the package


copyright

public static final java.lang.String copyright()
get the copyright statement of the package


name

public static final java.lang.String name()
get the name of the package


prerequisites

public static final java.lang.String[] prerequisites()
get the prerequisites of the package


url

public static final java.lang.String url()
get the url of the package


version

public static final java.lang.String version()
Versions of Package:
---------------------------------------------------------------------------------- 
| Version | Changes
---------------------------------------------------------------------------------- 
| 0.1     | Creation
----------------------------------------------------------------------------------