Uses of Class
org.w3._1999.xlink.ShowType

Packages that use ShowType
org.w3._1999.xlink   
 

Uses of ShowType in org.w3._1999.xlink
 

Fields in org.w3._1999.xlink declared as ShowType
protected  ShowType Simple.show
           
protected  ShowType ArcType.show
           
 

Methods in org.w3._1999.xlink that return ShowType
static ShowType ShowType.fromValue(String v)
           
 ShowType Simple.getShow()
          Gets the value of the show property.
 ShowType ArcType.getShow()
          Gets the value of the show property.
static ShowType ShowType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShowType[] ShowType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3._1999.xlink with parameters of type ShowType
 void Simple.setShow(ShowType value)
          Sets the value of the show property.
 void ArcType.setShow(ShowType value)
          Sets the value of the show property.
 



Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.