biweekly.property
Class RawProperty

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.RawProperty

public class RawProperty
extends ICalProperty

A property that does not have a marshaller associated with it.

Author:
Michael Angstadt

Field Summary
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
RawProperty(String name, ICalDataType dataType, String value)
           
RawProperty(String name, String value)
           
 
Method Summary
 ICalDataType getDataType()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawProperty

public RawProperty(String name,
                   String value)

RawProperty

public RawProperty(String name,
                   ICalDataType dataType,
                   String value)
Method Detail

getValue

public String getValue()

getDataType

public ICalDataType getDataType()

getName

public String getName()


Copyright © 2013 Michael Angstadt. All Rights Reserved.