org.media.mn8.protocol.http
Interface DefaultControl

All Known Implementing Classes:
Form, InputControl, OptGroupControl, OptionControl, SelectControl, TextAreaControl

public interface DefaultControl

Version:
$Revision: 1.1 $ $Date: 2002/01/31 20:34:44 $
Author:
Szabo Csaba

Method Summary
 boolean equals(DefaultControl control)
           
 String getControlType()
           
 String getName()
           
 Vector getValues()
           
 boolean isSendable()
           
 String toString()
           
 String toXMLString()
           
 

Method Detail

toXMLString

public String toXMLString()

toString

public String toString()
Overrides:
toString in class Object

getControlType

public String getControlType()

isSendable

public boolean isSendable()

getName

public String getName()

getValues

public Vector getValues()

equals

public boolean equals(DefaultControl control)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."