org.simBio.util.taglets
クラス EnOff

java.lang.Object
  上位を拡張 org.simBio.util.taglets.Languages
      上位を拡張 org.simBio.util.taglets.EnOff

public class EnOff
extends Languages

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

バージョン:
$Id: EnOff.java,v 1.1 2007/12/17 01:46:12 mikaelwing Exp $
作成者:
Mikael Wing

コンストラクタの概要
EnOff()
           
 
メソッドの概要
 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.
 
クラス org.simBio.util.taglets.Languages から継承されたメソッド
inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EnOff

public EnOff()
メソッドの詳細

getName

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

定義:
クラス Languages 内の getName

register

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

パラメータ:
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.

定義:
クラス Languages 内の toString
パラメータ:
tag - the Tag representation of this custom tag.


???(C) 2002-2007 ?????????????????????