Uses of Class
org.omg.spec.bpmn.model.TArtifact
- 
Packages that use TArtifact Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TArtifact in org.omg.spec.bpmn.model
Subclasses of TArtifact in org.omg.spec.bpmn.model Modifier and Type Class Description classTAssociationJava class for tAssociation complex type.classTGroupJava class for tGroup complex type.classTTextAnnotationJava class for tTextAnnotation complex type.Fields in org.omg.spec.bpmn.model with type parameters of type TArtifact Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TArtifact>>TCollaboration. artifactprotected List<javax.xml.bind.JAXBElement<? extends TArtifact>>TProcess. artifactprotected List<javax.xml.bind.JAXBElement<? extends TArtifact>>TSubChoreography. artifactprotected List<javax.xml.bind.JAXBElement<? extends TArtifact>>TSubProcess. artifactMethods in org.omg.spec.bpmn.model that return types with arguments of type TArtifact Modifier and Type Method Description javax.xml.bind.JAXBElement<TArtifact>ObjectFactory. createArtifact(TArtifact value)List<javax.xml.bind.JAXBElement<? extends TArtifact>>TCollaboration. getArtifact()Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TArtifact>>TProcess. getArtifact()Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TArtifact>>TSubChoreography. getArtifact()Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TArtifact>>TSubProcess. getArtifact()Gets the value of the artifact property.Methods in org.omg.spec.bpmn.model with parameters of type TArtifact Modifier and Type Method Description javax.xml.bind.JAXBElement<TArtifact>ObjectFactory. createArtifact(TArtifact value) 
 -