net.dpml.metro.tools
Class CategoriesDataType.CategoryDataType

java.lang.Object
  extended by net.dpml.metro.tools.CategoriesDataType.CategoryDataType
Enclosing class:
CategoriesDataType

public class CategoriesDataType.CategoryDataType
extends Object

Build datatype used to construct a categories descriptor.


Constructor Summary
CategoriesDataType.CategoryDataType()
           
 
Method Summary
 CategoryDirective getCategoryDirective()
          Return the category directive.
 void setName(String name)
          Set the category name.
 void setPriority(String priority)
          Set the category priority.
 void setTarget(String target)
          Set the category target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoriesDataType.CategoryDataType

public CategoriesDataType.CategoryDataType()
Method Detail

setName

public void setName(String name)
Set the category name.

Parameters:
name - the category name

setPriority

public void setPriority(String priority)
Set the category priority.

Parameters:
priority - the category priority

setTarget

public void setTarget(String target)
Set the category target.

Parameters:
target - the category target

getCategoryDirective

public CategoryDirective getCategoryDirective()
Return the category directive.

Returns:
the directive