org.apache.avalon.phoenix.metainfo
Class BlockDescriptor

java.lang.Object
  |
  +--org.apache.avalon.phoenix.metainfo.BlockDescriptor

public class BlockDescriptor
extends Object

Author:
Peter Donald

Constructor Summary
BlockDescriptor(String name, String classname, String schemaType, Version version)
           
 
Method Summary
 String getClassname()
          Retrieve the Class Name of Block.
 String getName()
          Retrieve the name of Block type.
 String getSchemaType()
          Retrieve the Schema Type of Block
 Version getVersion()
          Retrieve Version of current Block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockDescriptor

public BlockDescriptor(String name,
                       String classname,
                       String schemaType,
                       Version version)
Method Detail

getName

public String getName()
Retrieve the name of Block type.
Returns:
the name of Block type.

getClassname

public String getClassname()
Retrieve the Class Name of Block.
Returns:
the Class Name of block

getVersion

public Version getVersion()
Retrieve Version of current Block.
Returns:
the version of block

getSchemaType

public String getSchemaType()
Retrieve the Schema Type of Block
Returns:
the Schema Type of block


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.