Uses of Class
org.w3.x1999.xlink.ShowType.Enum
-
Packages that use ShowType.Enum Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ShowType.Enum in org.w3.x1999.xlink
Fields in org.w3.x1999.xlink declared as ShowType.Enum Modifier and Type Field Description static ShowType.EnumShowType. EMBEDstatic ShowType.EnumShowType. NEWstatic ShowType.EnumShowType. NONEstatic ShowType.EnumShowType. OTHERstatic ShowType.EnumShowType. REPLACEMethods in org.w3.x1999.xlink that return ShowType.Enum Modifier and Type Method Description static ShowType.EnumShowType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static ShowType.EnumShowType.Enum. forString(String s)Returns the enum value for a string, or null if none.ShowType.EnumArcType. getShow()Gets the "show" attributeShowType.EnumShowAttribute. getShow()Gets the "show" attributeShowType.EnumSimple. getShow()Gets the "show" attributeMethods in org.w3.x1999.xlink with parameters of type ShowType.Enum Modifier and Type Method Description voidArcType. setShow(ShowType.Enum show)Sets the "show" attributevoidShowAttribute. setShow(ShowType.Enum show)Sets the "show" attributevoidSimple. setShow(ShowType.Enum show)Sets the "show" attribute -
Uses of ShowType.Enum in org.w3.x1999.xlink.impl
Methods in org.w3.x1999.xlink.impl that return ShowType.Enum Modifier and Type Method Description ShowType.EnumArcTypeImpl. getShow()Gets the "show" attributeShowType.EnumShowAttributeImpl. getShow()Gets the "show" attributeShowType.EnumSimpleImpl. getShow()Gets the "show" attributeMethods in org.w3.x1999.xlink.impl with parameters of type ShowType.Enum Modifier and Type Method Description voidArcTypeImpl. setShow(ShowType.Enum show)Sets the "show" attributevoidShowAttributeImpl. setShow(ShowType.Enum show)Sets the "show" attributevoidSimpleImpl. setShow(ShowType.Enum show)Sets the "show" attribute
-