org.simBio.util.taglets
Class EnOff

java.lang.Object
  extended by org.simBio.util.taglets.Languages
      extended by org.simBio.util.taglets.EnOff
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class EnOff
extends Languages

Inline taglet for English languages. Here the English language is off.

Version:
$Id: EnOff.java,v 1.1 2007/12/17 01:46:12 mikaelwing Exp $
Author:
Mikael Wing

Constructor Summary
EnOff()
           
 
Method Summary
 String getName()
          Return the name of this custom tag.
static void register(Map tagletMap)
          Register this Taglet.
 String toString(com.sun.javadoc.Tag tag)
          Given the Tag representation of this custom tag, return its string representation.
 
Methods inherited from class org.simBio.util.taglets.Languages
inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnOff

public EnOff()
Method Detail

getName

public String getName()
Return the name of this custom tag.

Specified by:
getName in interface com.sun.tools.doclets.Taglet
Specified by:
getName in class Languages

register

public static void register(Map tagletMap)
Register this Taglet.

Parameters:
tagletMap - the map to register this tag to.

toString

public String toString(com.sun.javadoc.Tag tag)
Given the Tag representation of this custom tag, return its string representation.

Specified by:
toString in interface com.sun.tools.doclets.Taglet
Specified by:
toString in class Languages
Parameters:
tag - the Tag representation of this custom tag.


Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.