com.ngMAT.appl
クラス CommonConstants.PN

java.lang.Object
  |
  +--com.ngMAT.appl.CommonConstants.PN
含まれているクラス:
CommonConstants

public static class CommonConstants.PN
extends java.lang.Object

プロパティ名の集合体


フィールドの概要
static java.lang.String DBConnectionName
          Common.Database.Connection
static java.lang.String NotAvailableTemplateName
          都合により使えないに表示するテンプレート名。
static java.lang.String NotReadyPageURL
          来るべき道を通ってきていない時の飛ばし先URL。
 
コンストラクタの概要
CommonConstants.PN()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DBConnectionName

public static final java.lang.String DBConnectionName
Common.Database.Connection

NotReadyPageURL

public static final java.lang.String NotReadyPageURL
来るべき道を通ってきていない時の飛ばし先URL。xxxx,NotReadyPage.URL

NotAvailableTemplateName

public static final java.lang.String NotAvailableTemplateName
都合により使えないに表示するテンプレート名。Common.NotAvailablePage.Template
コンストラクタの詳細

CommonConstants.PN

public CommonConstants.PN()