Uses of Class
org.apache.wink.common.model.atom.AtomTextType

Packages that use AtomTextType
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AtomTextType in org.apache.wink.common.model.atom
 

Fields in org.apache.wink.common.model.atom declared as AtomTextType
protected  AtomTextType AtomText.type
           
 

Methods in org.apache.wink.common.model.atom that return AtomTextType
 AtomTextType AtomText.getType()
          Gets the value of type.
static AtomTextType AtomTextType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AtomTextType[] AtomTextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wink.common.model.atom with parameters of type AtomTextType
 void AtomText.setType(AtomTextType type)
          Sets the value of type.
 

Constructors in org.apache.wink.common.model.atom with parameters of type AtomTextType
AtomText(java.lang.String value, AtomTextType type)
          Create an AtomText with the specified value and type
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.