Uses of Class
org.w3.xlink.ShowType
-
Packages that use ShowType Package Description org.w3.xlink -
-
Uses of ShowType in org.w3.xlink
Fields in org.w3.xlink declared as ShowType Modifier and Type Field Description protected ShowTypeArcType. showprotected ShowTypeSimple. showMethods in org.w3.xlink that return ShowType Modifier and Type Method Description static ShowTypeShowType. fromValue(String v)Gets the enum associated to the value passed as parameter.ShowTypeArcType. getShow()Gets the value of the show property.ShowTypeSimple. getShow()Gets the value of the show property.static ShowTypeShowType. 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.xlink with parameters of type ShowType Modifier and Type Method Description voidArcType. setShow(ShowType value)Sets the value of the show property.voidSimple. setShow(ShowType value)Sets the value of the show property.
-