public class XMLContentItemDefinition extends AbstractXMLDefinition implements ContentItemDefinition
ACCESS_HIDDEN, ACCESS_INOUT, ACCESS_INPUT, ACCESS_OUTPUT, ATTR_Access, ATTR_ItemID, ATTR_Scope, ATTR_Type, SCOPE_GLOBAL, SCOPE_GROUP, SCOPE_LOCAL, TYPE_BINARY, TYPE_MODEL, TYPE_VALUEATTR_Definition, ATTR_DefinitionOwner| コンストラクタと説明 |
|---|
XMLContentItemDefinition(org.w3c.dom.Element e)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
checkAccess(int access)
コンテント項目のアクセス種別を判定する。
|
boolean |
checkScope(int scope)
コンテント項目のスコープを判定する。
|
boolean |
checkType(int type)
コンテント項目の種別を判定する。
|
boolean |
containsOption(java.lang.String optionName)
指定された名前のオプション設定があるかを判定する
|
int |
getAccess()
コンテント項目のアクセス種別を取得する。
|
java.lang.Class |
getItemTypeClass()
コンテント項目の型を表すクラスオブジェクトを取得する
|
Option[] |
getOption(java.lang.String optionName)
レイアウトのオプション設定情報を取得する
|
PhenomenonType |
getPhenomenonType()
コンテント項目が現象型に紐付く場合、現象型スキーマを取得できる。
|
int |
getScope()
コンテント項目のスコープを取得する。
|
Option |
getSingleOption(java.lang.String optionName)
レイアウトのオプション設定情報を取得する
|
int |
getType()
コンテント項目の種別を取得する。
|
boolean |
isPreferenceSave()
コンテント項目をPreferenceに保存するかを判定する
|
boolean |
isSingle()
コンテント項目の入力の単複を判定する
|
setAttributescontainsAttribute, getAttribute, getAttribute, setAttribute, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsAttribute, getAttribute, getAttributepublic XMLContentItemDefinition(org.w3c.dom.Element e)
e - public boolean checkAccess(int access)
checkAccess インタフェース内 ContentItemDefinitionaccess - ACCESS_INPUT,ACCESS_OUTPUT,ACCESS_INOUT,ACCESS_HIDDENのいずれかpublic int getAccess()
getAccess インタフェース内 ContentItemDefinitionpublic boolean checkType(int type)
checkType インタフェース内 ContentItemDefinitiontype - TYPE_VALUE, TYPE_MODELのいずれかpublic int getType()
getType インタフェース内 ContentItemDefinitionpublic boolean checkScope(int scope)
checkScope インタフェース内 ContentItemDefinitionscope - SCOPE_LOCAL, SCOPE_GROUP, SCOPE_GLOBALのいずれかpublic int getScope()
getScope インタフェース内 ContentItemDefinitionpublic boolean isSingle()
isSingle インタフェース内 ContentItemDefinitionpublic Option[] getOption(java.lang.String optionName)
getOption インタフェース内 ContentItemDefinitionoptionName - オプション名public Option getSingleOption(java.lang.String optionName)
getSingleOption インタフェース内 ContentItemDefinitionoptionName - オプション名称public boolean containsOption(java.lang.String optionName)
containsOption インタフェース内 ContentItemDefinitionoptionName - オプション名称public PhenomenonType getPhenomenonType()
getPhenomenonType インタフェース内 ContentItemDefinitionpublic java.lang.Class getItemTypeClass()
getItemTypeClass インタフェース内 ContentItemDefinitionpublic boolean isPreferenceSave()
isPreferenceSave インタフェース内 ContentItemDefinition