org.media.mn8.protocol.http
Class InputControl

java.lang.Object
  |
  +--org.media.mn8.protocol.http.DefaultAttributes
        |
        +--org.media.mn8.protocol.http.InputControl
All Implemented Interfaces:
DefaultControl

public class InputControl
extends DefaultAttributes
implements DefaultControl

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

Constructor Summary
InputControl()
           
 
Method Summary
 boolean equals(DefaultControl control)
           
 String getAttrList()
           
 String getControlType()
           
 String getName()
           
 String getType()
           
 Vector getValues()
           
 boolean isSendable()
           
 void parse(String tag)
           
 void setChecked(String chk)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(String value)
           
 String toString()
           
 String toXMLString()
           
 
Methods inherited from class org.media.mn8.protocol.http.DefaultAttributes
getAttrPair, getAttrsFromTag, getValueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputControl

public InputControl()
Method Detail

setType

public void setType(String type)

setName

public void setName(String name)

setValue

public void setValue(String value)

setChecked

public void setChecked(String chk)

isSendable

public boolean isSendable()
Specified by:
isSendable in interface DefaultControl

getName

public String getName()
Specified by:
getName in interface DefaultControl

getValues

public Vector getValues()
Specified by:
getValues in interface DefaultControl

getType

public String getType()

toXMLString

public String toXMLString()
Specified by:
toXMLString in interface DefaultControl

toString

public String toString()
Specified by:
toString in interface DefaultControl
Overrides:
toString in class Object

parse

public void parse(String tag)
Overrides:
parse in class DefaultAttributes

getAttrList

public String getAttrList()
Overrides:
getAttrList in class DefaultAttributes

getControlType

public String getControlType()
Specified by:
getControlType in interface DefaultControl

equals

public boolean equals(DefaultControl control)
Specified by:
equals in interface DefaultControl


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