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 classname,
String schemaType,
Version version)
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.