Uses of Class
org.w3.xlink.TypeType

Packages that use TypeType
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
protected  TypeType RoleType.type
           
protected  TypeType ProcessSpecificationInfoType.type
           
 

Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return TypeType
 TypeType RoleType.getType()
          Gets the value of the type property.
 TypeType ProcessSpecificationInfoType.getType()
          Gets the value of the type property.
 

Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type TypeType
 void RoleType.setType(TypeType value)
          Sets the value of the type property.
 void ProcessSpecificationInfoType.setType(TypeType value)
          Sets the value of the type property.
 RoleType RoleType.withType(TypeType value)
           
 ProcessSpecificationInfoType ProcessSpecificationInfoType.withType(TypeType value)
           
 

Constructors in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type TypeType
ProcessSpecificationInfoType(String instanceVersion, String name, String uuid, TypeType type, String href)
          Fully-initialising value constructor
RoleType(String name, TypeType type, String href)
          Fully-initialising value constructor
 

Uses of TypeType in org.w3.xlink
 

Fields in org.w3.xlink declared as TypeType
protected  TypeType Title.type
           
protected  TypeType Simple.type
           
protected  TypeType Resource.type
           
protected  TypeType Locator.type
           
protected  TypeType Extended.type
           
protected  TypeType Arc.type
           
 

Methods in org.w3.xlink that return TypeType
static TypeType TypeType.fromValue(String v)
           
 TypeType Title.getType()
          Gets the value of the type property.
 TypeType Simple.getType()
          Gets the value of the type property.
 TypeType Resource.getType()
          Gets the value of the type property.
 TypeType Locator.getType()
          Gets the value of the type property.
 TypeType Extended.getType()
          Gets the value of the type property.
 TypeType Arc.getType()
          Gets the value of the type property.
static TypeType TypeType.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
 void Title.setType(TypeType value)
          Sets the value of the type property.
 void Simple.setType(TypeType value)
          Sets the value of the type property.
 void Resource.setType(TypeType value)
          Sets the value of the type property.
 void Locator.setType(TypeType value)
          Sets the value of the type property.
 void Extended.setType(TypeType value)
          Sets the value of the type property.
 void Arc.setType(TypeType value)
          Sets the value of the type property.
 Title Title.withType(TypeType value)
           
 Simple Simple.withType(TypeType value)
           
 Resource Resource.withType(TypeType value)
           
 Locator Locator.withType(TypeType value)
           
 Extended Extended.withType(TypeType value)
           
 Arc Arc.withType(TypeType value)
           
 

Constructors in org.w3.xlink with parameters of type TypeType
Arc(List<Title> titles, TypeType type, String arcrole, String title, ShowType show, ActuateType actuate, String from, String to)
          Fully-initialising value constructor
Extended(List<Object> titlesAndResourcesAndLocators, TypeType type, String role, String title)
          Fully-initialising value constructor
Locator(List<Title> titles, TypeType type, String href, String role, String title, String label)
          Fully-initialising value constructor
Resource(List<Object> content, TypeType type, String role, String title, String label)
          Fully-initialising value constructor
Simple(List<Object> content, TypeType type, String href, String role, String arcrole, String title, ShowType show, ActuateType actuate)
          Fully-initialising value constructor
Title(List<Object> content, TypeType type, String lang)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.