Class Type

All Implemented Interfaces:
Describable

public class Type extends DefaultMetadataElement implements Describable
Defines a particular project type. Each type is associated to a concrete action that should be invoked to generate the content of that type.
Author:
Stephane Nicoll
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • setAction

      public void setAction(String action)
    • getDescription

      public String getDescription()
      Description copied from interface: Describable
      Returns the item description.
      Specified by:
      getDescription in interface Describable
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
    • getAction

      public String getAction()
    • getTags

      public Map<String,String> getTags()