biweekly.property
Class RawProperty
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.RawProperty
public class RawProperty
- extends ICalProperty
A property that does not have a marshaller associated with it.
- Author:
- Michael Angstadt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawProperty
public RawProperty(String name,
String value)
RawProperty
public RawProperty(String name,
ICalDataType dataType,
String value)
getValue
public String getValue()
getDataType
public ICalDataType getDataType()
getName
public String getName()
Copyright © 2013 Michael Angstadt. All Rights Reserved.