Uses of Class
org.w3.xlink.ShowType

Packages that use ShowType
org.w3.xlink   
org.w3.xlink.impl   
 

Uses of ShowType in org.w3.xlink
 

Fields in org.w3.xlink declared as ShowType
static ShowType ShowType.EMBED_LITERAL
          The 'Embed' literal object.
static ShowType ShowType.NEW_LITERAL
          The 'New' literal object.
static ShowType ShowType.NONE_LITERAL
          The 'None' literal object.
static ShowType ShowType.OTHER_LITERAL
          The 'Other' literal object.
static ShowType ShowType.REPLACE_LITERAL
          The 'Replace' literal object.
 

Methods in org.w3.xlink that return ShowType
static ShowType ShowType.get(int value)
          Returns the 'Show Type' literal with the specified integer value.
static ShowType ShowType.get(java.lang.String literal)
          Returns the 'Show Type' literal with the specified literal value.
static ShowType ShowType.getByName(java.lang.String name)
          Returns the 'Show Type' literal with the specified name.
 ShowType DocumentRoot.getShow()
          Returns the value of the 'Show' attribute.
 

Methods in org.w3.xlink with parameters of type ShowType
 void DocumentRoot.setShow(ShowType value)
          Sets the value of the 'Show' attribute.
 

Uses of ShowType in org.w3.xlink.impl
 

Fields in org.w3.xlink.impl declared as ShowType
protected  ShowType DocumentRootImpl.show
          The cached value of the 'Show' attribute.
protected static ShowType DocumentRootImpl.SHOW_EDEFAULT
          The default value of the 'Show' attribute.
 

Methods in org.w3.xlink.impl that return ShowType
 ShowType XlinkFactoryImpl.createShowTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ShowType XlinkFactoryImpl.createShowTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ShowType DocumentRootImpl.getShow()
           
 

Methods in org.w3.xlink.impl with parameters of type ShowType
 void DocumentRootImpl.setShow(ShowType newShow)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.