jp.sourceforge.gtibuilder.util
クラス StringArray.Content
java.lang.Object
jp.sourceforge.gtibuilder.util.StringArray.Content
- 含まれているクラス:
- StringArray
- class StringArray.Content
- extends Object
| クラス 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)