org.apache.avalon.phoenix.metainfo
Class BlockDescriptor

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

public class BlockDescriptor
extends java.lang.Object

Author:
Peter Donald

Constructor Summary
BlockDescriptor(java.lang.String name, java.lang.String implementationKey, java.lang.String schemaType, Version version)
           
 
Method Summary
 java.lang.String getClassname()
          Deprecated. Deprecated and replaced by getImplementationKey()
 java.lang.String getImplementationKey()
          Retrieve the implementation key for the Block.
 java.lang.String getName()
          Retrieve the name of Block type.
 java.lang.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(java.lang.String name,
                       java.lang.String implementationKey,
                       java.lang.String schemaType,
                       Version version)
Method Detail

getName

public java.lang.String getName()
Retrieve the name of Block type.

Returns:
the name of Block type.

getClassname

public java.lang.String getClassname()
Deprecated. Deprecated and replaced by getImplementationKey()

Retrieve the Class Name of Block.

Returns:
the Class Name of block
See Also:
getImplementationKey()

getImplementationKey

public java.lang.String getImplementationKey()
Retrieve the implementation key for the Block. Usually the keys is a classname.

Returns:
the implementation key for the Block

getVersion

public Version getVersion()
Retrieve Version of current Block.

Returns:
the version of block

getSchemaType

public java.lang.String getSchemaType()
Retrieve the Schema Type of Block

Returns:
the Schema Type of block


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.