org.apache.avalon.phoenix.metainfo
Class BlockDescriptor
java.lang.Object
|
+--org.apache.avalon.phoenix.metainfo.BlockDescriptor
- public class BlockDescriptor
- extends Object
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockDescriptor
public BlockDescriptor(String name,
String implementationKey,
String schemaType,
Version version)
getName
public String getName()
- Retrieve the name of Block type.
- Returns:
- the name of Block type.
getClassname
public 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 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 String getSchemaType()
- Retrieve the Schema Type of Block
- Returns:
- the Schema Type of block
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.