org.media.mn8.protocol.http
Class OptionControl

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

public class OptionControl
extends DefaultAttributes
implements DefaultControl

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

Constructor Summary
OptionControl()
           
 
Method Summary
 boolean equals(DefaultControl control)
           
 String getAttrList()
           
 String getControlType()
           
 String getName()
           
 Vector getValues()
           
 boolean isSendable()
           
 void parse(String tag)
           
 void setOptValue(String attr)
           
 void setSelected(String sel)
           
 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

OptionControl

public OptionControl()
Method Detail

setValue

public void setValue(String value)

setSelected

public void setSelected(String sel)

setOptValue

public void setOptValue(String attr)

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

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."