Tsukuyomi OpenID
0.2.0

jp.sourceforge.tsukuyomi.openid.message
クラス Parameter

java.lang.Object
  上位を拡張 jp.sourceforge.tsukuyomi.openid.message.Parameter
すべての実装されたインタフェース:
Serializable, Comparable<Parameter>

public class Parameter
extends Object
implements Comparable<Parameter>, Serializable

A key / value pair which is part of an OpenID message.

作成者:
Marius Scurtescu, Johnny Bufu
関連項目:
ParameterList, 直列化された形式

コンストラクタの概要
Parameter(String key, String value)
           
 
メソッドの概要
 int compareTo(Parameter that)
           
 boolean equals(Object obj)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 boolean isValid()
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Parameter

public Parameter(String key,
                 String value)
メソッドの詳細

isValid

public boolean isValid()

equals

public boolean equals(Object obj)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

getKey

public String getKey()

getValue

public String getValue()

compareTo

public int compareTo(Parameter that)
定義:
インタフェース Comparable<Parameter> 内の compareTo

toString

public String toString()
オーバーライド:
クラス Object 内の toString

Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.