org.simBio.util.taglets
Class JaOff

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

public class JaOff
extends Languages

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

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

Constructor Summary
JaOff()
           
 
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

JaOff

public JaOff()
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.