org.simBio.util.taglets
Class EnOff

java.lang.Object
  extended by org.simBio.util.taglets.Languages
      extended by org.simBio.util.taglets.EnOff

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
 java.lang.String getName()
          Return the name of this custom tag.
static void register(java.util.Map tagletMap)
          Register this Taglet.
 java.lang.String toString(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
 
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 java.lang.String getName()
Return the name of this custom tag.

Specified by:
getName in class Languages

register

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

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

toString

public java.lang.String toString(Tag tag)
Given the Tag representation of this custom tag, return its string representation.

Specified by:
toString in class Languages
Parameters:
tag - the Tag representation of this custom tag.


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.