Uses of Class
org.w3.xlink.TypeType
-
Packages that use TypeType Package Description org.oasis_open.docs.ebxml_bp.ebbp_signals_2 org.w3.xlink -
-
Uses of TypeType in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Fields in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 declared as TypeType Modifier and Type Field Description protected TypeTypeProcessSpecificationInfoType. typeprotected TypeTypeRoleType. typeMethods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return TypeType Modifier and Type Method Description TypeTypeProcessSpecificationInfoType. getType()Gets the value of the type property.TypeTypeRoleType. getType()Gets the value of the type property.Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type TypeType Modifier and Type Method Description voidProcessSpecificationInfoType. setType(TypeType value)Sets the value of the type property.voidRoleType. setType(TypeType value)Sets the value of the type property. -
Uses of TypeType in org.w3.xlink
Fields in org.w3.xlink declared as TypeType Modifier and Type Field Description protected TypeTypeArcType. typeprotected TypeTypeExtended. typeprotected TypeTypeLocatorType. typeprotected TypeTypeResourceType. typeprotected TypeTypeSimple. typeprotected TypeTypeTitleEltType. typeMethods in org.w3.xlink that return TypeType Modifier and Type Method Description static TypeTypeTypeType. fromValue(String v)Gets the enum associated to the value passed as parameter.TypeTypeArcType. getType()Gets the value of the type property.TypeTypeExtended. getType()Gets the value of the type property.TypeTypeLocatorType. getType()Gets the value of the type property.TypeTypeResourceType. getType()Gets the value of the type property.TypeTypeSimple. getType()Gets the value of the type property.TypeTypeTitleEltType. getType()Gets the value of the type property.static TypeTypeTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeType[]TypeType. 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 TypeType Modifier and Type Method Description voidArcType. setType(TypeType value)Sets the value of the type property.voidExtended. setType(TypeType value)Sets the value of the type property.voidLocatorType. setType(TypeType value)Sets the value of the type property.voidResourceType. setType(TypeType value)Sets the value of the type property.voidSimple. setType(TypeType value)Sets the value of the type property.voidTitleEltType. setType(TypeType value)Sets the value of the type property.
-