edu.cmu.andrew.icalendar.properties
Class Transp
java.lang.Object
|
+--edu.cmu.andrew.icalendar.Property
|
+--edu.cmu.andrew.icalendar.properties.Transp
- public class Transp
- extends Property
- Author:
- leg
Field Summary |
(package private) boolean |
istransp
|
Method Summary |
String |
getName()
Accessor for the name. |
boolean |
getTransp()
Method getTransp. |
String |
getValue()
Accessor for the value. |
boolean |
multipleOk()
Returns whether or not multiple instances of these properties
may appear in a single component. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
istransp
boolean istransp
Transp
public Transp(String name,
String value)
Transp
public Transp(String name,
boolean value)
multipleOk
public boolean multipleOk()
- Description copied from class:
Property
- Returns whether or not multiple instances of these properties
may appear in a single component. The UnknownProperty class
allows them, since some properties do so.
- Overrides:
multipleOk
in class Property
- Following copied from class:
edu.cmu.andrew.icalendar.Property
- Returns:
- true if this property may appear multiple times in a
single component
getName
public String getName()
- Description copied from class:
Property
- Accessor for the name.
- Overrides:
getName
in class Property
- See Also:
Property.getName()
getValue
public String getValue()
- Description copied from class:
Property
- Accessor for the value.
- Overrides:
getValue
in class Property
- See Also:
Property.getValue()
getTransp
public boolean getTransp()
- Method getTransp.
- Returns:
- boolean