org.apache.struts.tiles
クラス UntypedAttribute

java.lang.Object
  拡張org.apache.struts.tiles.UntypedAttribute
すべての実装インタフェース:
AttributeDefinition, java.io.Serializable
直系の既知のサブクラス:
DefinitionAttribute, DefinitionNameAttribute, DirectStringAttribute, PathAttribute

public class UntypedAttribute
extends java.lang.Object
implements AttributeDefinition

Common implementation of attribute definition.

関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String role
          Role associated to this attribute.
protected  java.lang.Object value
           
 
コンストラクタの概要
UntypedAttribute(java.lang.Object value)
          Constructor.
UntypedAttribute(java.lang.Object value, java.lang.String role)
          Constructor.
 
メソッドの概要
 java.lang.String getRole()
          Get role.
 java.lang.Object getValue()
          Get value.
 void setRole(java.lang.String role)
          Set role.
 void setValue(java.lang.Object value)
          Set value.
 java.lang.String toString()
          Get String representation of this object.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

role

protected java.lang.String role
Role associated to this attribute.


value

protected java.lang.Object value
コンストラクタの詳細

UntypedAttribute

public UntypedAttribute(java.lang.Object value)
Constructor.

パラメータ:
value - Object to store.

UntypedAttribute

public UntypedAttribute(java.lang.Object value,
                        java.lang.String role)
Constructor.

パラメータ:
value - Object to store.
role - Asociated role.
メソッドの詳細

getRole

public java.lang.String getRole()
Get role.


setRole

public void setRole(java.lang.String role)
Set role.

定義:
インタフェース AttributeDefinition 内の setRole
パラメータ:
role - Associated role.

getValue

public java.lang.Object getValue()
Get value.

定義:
インタフェース AttributeDefinition 内の getValue

setValue

public void setValue(java.lang.Object value)
Set value.

パラメータ:
value - New value.

toString

public java.lang.String toString()
Get String representation of this object.



このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation