Uses of Class
biweekly.property.Classification

Packages that use Classification
biweekly.component   
biweekly.property   
biweekly.property.marshaller   
 

Uses of Classification in biweekly.component
 

Methods in biweekly.component that return Classification
 Classification VTodo.getClassification()
          Gets the level of sensitivity of the to-do data.
 Classification VJournal.getClassification()
          Gets the level of sensitivity of the journal entry.
 Classification VEvent.getClassification()
          Gets the level of sensitivity of the event data.
 Classification VTodo.setClassification(String classification)
          Sets the level of sensitivity of the to-do data.
 Classification VJournal.setClassification(String classification)
          Sets the level of sensitivity of the journal entry.
 Classification VEvent.setClassification(String classification)
          Sets the level of sensitivity of the event data.
 

Methods in biweekly.component with parameters of type Classification
 void VTodo.setClassification(Classification classification)
          Sets the level of sensitivity of the to-do data.
 void VJournal.setClassification(Classification classification)
          Sets the level of sensitivity of the journal entry.
 void VEvent.setClassification(Classification classification)
          Sets the level of sensitivity of the event data.
 

Uses of Classification in biweekly.property
 

Methods in biweekly.property that return Classification
static Classification Classification.confidential()
          Creates a "confidential" classification property.
static Classification Classification.private_()
          Creates a "private" classification property.
static Classification Classification.public_()
          Creates a "public" classification property.
 

Uses of Classification in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Classification
protected  Classification ClassificationMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.