Uses of Class
org.w3.x1999.xlink.TypeType.Enum
-
Packages that use TypeType.Enum Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of TypeType.Enum in org.w3.x1999.xlink
Fields in org.w3.x1999.xlink declared as TypeType.Enum Modifier and Type Field Description static TypeType.EnumTypeType. ARCstatic TypeType.EnumTypeType. EXTENDEDstatic TypeType.EnumTypeType. LOCATORstatic TypeType.EnumTypeType. RESOURCEstatic TypeType.EnumTypeType. SIMPLEstatic TypeType.EnumTypeType. TITLEMethods in org.w3.x1999.xlink that return TypeType.Enum Modifier and Type Method Description static TypeType.EnumTypeType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static TypeType.EnumTypeType.Enum. forString(String s)Returns the enum value for a string, or null if none.TypeType.EnumArcType. getType()Gets the "type" attributeTypeType.EnumExtended. getType()Gets the "type" attributeTypeType.EnumLocatorType. getType()Gets the "type" attributeTypeType.EnumResourceType. getType()Gets the "type" attributeTypeType.EnumSimple. getType()Gets the "type" attributeTypeType.EnumTitleEltType. getType()Gets the "type" attributeTypeType.EnumTypeAttribute. getType()Gets the "type" attributeMethods in org.w3.x1999.xlink with parameters of type TypeType.Enum Modifier and Type Method Description voidArcType. setType(TypeType.Enum type)Sets the "type" attributevoidExtended. setType(TypeType.Enum type)Sets the "type" attributevoidLocatorType. setType(TypeType.Enum type)Sets the "type" attributevoidResourceType. setType(TypeType.Enum type)Sets the "type" attributevoidSimple. setType(TypeType.Enum type)Sets the "type" attributevoidTitleEltType. setType(TypeType.Enum type)Sets the "type" attributevoidTypeAttribute. setType(TypeType.Enum type)Sets the "type" attribute -
Uses of TypeType.Enum in org.w3.x1999.xlink.impl
Methods in org.w3.x1999.xlink.impl that return TypeType.Enum Modifier and Type Method Description TypeType.EnumArcTypeImpl. getType()Gets the "type" attributeTypeType.EnumExtendedImpl. getType()Gets the "type" attributeTypeType.EnumLocatorTypeImpl. getType()Gets the "type" attributeTypeType.EnumResourceTypeImpl. getType()Gets the "type" attributeTypeType.EnumSimpleImpl. getType()Gets the "type" attributeTypeType.EnumTitleEltTypeImpl. getType()Gets the "type" attributeTypeType.EnumTypeAttributeImpl. getType()Gets the "type" attributeMethods in org.w3.x1999.xlink.impl with parameters of type TypeType.Enum Modifier and Type Method Description voidArcTypeImpl. setType(TypeType.Enum type)Sets the "type" attributevoidExtendedImpl. setType(TypeType.Enum type)Sets the "type" attributevoidLocatorTypeImpl. setType(TypeType.Enum type)Sets the "type" attributevoidResourceTypeImpl. setType(TypeType.Enum type)Sets the "type" attributevoidSimpleImpl. setType(TypeType.Enum type)Sets the "type" attributevoidTitleEltTypeImpl. setType(TypeType.Enum type)Sets the "type" attributevoidTypeAttributeImpl. setType(TypeType.Enum type)Sets the "type" attribute
-