jp.sourceforge.gtibuilder.util
クラス StringArray.Content

java.lang.Object
  拡張jp.sourceforge.gtibuilder.util.StringArray.Content
含まれているクラス:
StringArray

class StringArray.Content
extends Object


フィールドの概要
private  Object content
           
private  String key
           
 
コンストラクタの概要
StringArray.Content(String key, Object content)
           
 
メソッドの概要
 Object getContent()
           
 String getKey()
           
 boolean isMatch(Object value, int type)
           
 boolean isMatchContent(Object contentx)
           
 boolean isMatchKey(String keyx)
           
 void setContent(Object value)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

key

private String key

content

private Object content
コンストラクタの詳細

StringArray.Content

public StringArray.Content(String key,
                           Object content)
メソッドの詳細

isMatchKey

public boolean isMatchKey(String keyx)

isMatchContent

public boolean isMatchContent(Object contentx)

isMatch

public boolean isMatch(Object value,
                       int type)

getKey

public String getKey()

getContent

public Object getContent()

setContent

public void setContent(Object value)