Uses of Class
org.w3.x1999.xlink.ShowAttribute.Show.Enum

Packages that use ShowAttribute.Show.Enum
org.w3.x1999.xlink   
org.w3.x1999.xlink.impl   
 

Uses of ShowAttribute.Show.Enum in org.w3.x1999.xlink
 

Fields in org.w3.x1999.xlink declared as ShowAttribute.Show.Enum
static ShowAttribute.Show.Enum ShowAttribute.Show.EMBED
           
static ShowAttribute.Show.Enum ShowAttribute.Show.NEW
           
static ShowAttribute.Show.Enum ShowAttribute.Show.NONE
           
static ShowAttribute.Show.Enum ShowAttribute.Show.OTHER
           
static ShowAttribute.Show.Enum ShowAttribute.Show.REPLACE
           
 

Methods in org.w3.x1999.xlink that return ShowAttribute.Show.Enum
static ShowAttribute.Show.Enum ShowAttribute.Show.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static ShowAttribute.Show.Enum ShowAttribute.Show.Enum.forString(java.lang.String s)
          Returns the enum value for a string, or null if none.
 ShowAttribute.Show.Enum ShowAttribute.getShow()
          Gets the "show" attribute
 

Methods in org.w3.x1999.xlink with parameters of type ShowAttribute.Show.Enum
 void ShowAttribute.setShow(ShowAttribute.Show.Enum show)
          Sets the "show" attribute
 

Uses of ShowAttribute.Show.Enum in org.w3.x1999.xlink.impl
 

Methods in org.w3.x1999.xlink.impl that return ShowAttribute.Show.Enum
 ShowAttribute.Show.Enum ShowAttributeImpl.getShow()
          Gets the "show" attribute
 

Methods in org.w3.x1999.xlink.impl with parameters of type ShowAttribute.Show.Enum
 void ShowAttributeImpl.setShow(ShowAttribute.Show.Enum show)
          Sets the "show" attribute
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.