Searched refs:getName (Results 1 - 25 of 47) sorted by relevance

12

/owl-s/src/org/mindswap/owls/profile/
H A DServiceCategory.java34 public String getName(); method in interface:ServiceCategory
H A DServiceParameter.java34 public String getName(); method in interface:ServiceParameter
H A DActor.java36 public String getName(); method in interface:Actor
/owl-s/src/org/mindswap/utils/
H A DReflectionUtils.java28 String strClass = type.getName();
110 return Short.class.getName();
112 return Byte.class.getName();
114 return Integer.class.getName();
116 return Long.class.getName();
118 return Float.class.getName();
120 return Double.class.getName();
122 return Character.class.getName();
124 return Boolean.class.getName();
134 String methodName = methods[i].getName();
[all...]
/owl-s/src/org/mindswap/owls/service/
H A DService.java137 public String getName(); method in interface:Service
148 public String getName(String lang); method in interface:Service
/owl-s/src/impl/owls/profile/
H A DServiceCategoryImpl.java46 * @see org.mindswap.owls.profile.ServiceCategory#getName()
48 public String getName() { method in class:ServiceCategoryImpl
H A DServiceParameterImpl.java46 * @see org.mindswap.owls.profile.ServiceParameter#getName()
48 public String getName() { method in class:ServiceParameterImpl
H A DActorImpl.java48 public String getName() { method in class:ActorImpl
/owl-s/src/org/mindswap/wsdl/
H A DWSDLParameter.java48 public String getName() { return name; } method in class:WSDLParameter
61 return name.equals(((WSDLParameter) o).getName());
H A DWSDLOperation.java65 String paramName = in.getName();
78 String paramName = out.getName();
90 public String getName() { return call.getOperationName().getLocalPart(); } method in class:WSDLOperation
106 return getName();
110 String s = getName() + "(";
114 s += param.getName() + ":" + param.getType().getLocalPart();
121 s += param.getName() + ":" + param.getType().getLocalPart();
218 SOAPElement soapElement = soapBody.addChildElement(URIUtils.getLocalName(param.getName()), "");
H A DWSDLService.java106 portName = port.getName();
117 operationName = o.getName();
132 op.setPortName(createURI(port.getName()));
153 String name = createURI(p.getName());
181 String name = createURI(p.getName());
H A DWSDLTranslator.java107 grounding.addMessageMap(input, param.getName(), xsltTransformation);
127 grounding.addMessageMap(output, param.getName(), xsltTransformation);
/owl-s/src/examples/
H A DServiceParameterExample.java73 System.out.println(" Name : " + trimString( param.getName() ));
85 System.out.println(" Name : " + trimString( category.getName() ));
H A DOWLSExtensions.java69 System.out.println(" Name : " + param.getName());
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java179 public String getName(); method in interface:Process
190 public String getName(String lang); method in interface:Process
/owl-s/src/impl/owls/service/
H A DServiceImpl.java104 * @see org.mindswap.owls.service.Service#getName()
106 public String getName() { method in class:ServiceImpl
112 * @see org.mindswap.owls.service.Service#getName(java.lang.String)
114 public String getName(String lang) { method in class:ServiceImpl
/owl-s/lib/axis/
H A Dwsdl4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/wsdl/ com/ibm/wsdl/extensions/ ...
/owl-s/src/impl/jena/
H A DRDQLParser.java166 OWLIndividual ind = ont.createInstance( SWRL.Variable, new URI( varNS + expr.getName() ) );
206 OWLIndividual ind = ont.createInstance( SWRL.Variable, new URI( varNS + node.getName() ) );
217 OWLIndividual ind = ont.createInstance( SWRL.Variable, new URI( varNS + node.getName() ) );
/owl-s/lib/jena/
H A Dstax-api-1.0.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/namespace/ javax/xml/stream/ javax/ ...
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/XMLConstants.class <Unknown> package ...
/owl-s/src/impl/owl/
H A DOWLCacheImpl.java166 cache.setProperty(fileURI, localFile.getName());
/owl-s/src/impl/owls/grounding/
H A DUPnPAtomicGroundingImpl.java143 MessageMap mp = inputMapList.getMessageMap(in.getName());
170 MessageMap mp = outputMapList.getMessageMap(out.getName());
/owl-s/src/impl/owls/process/
H A DProcessImpl.java277 public String getName() { method in class:ProcessImpl
281 public String getName(String lang) { method in class:ProcessImpl
/owl-s/src/org/mindswap/owl/vocabulary/
H A DXSD.java177 String strType = parameterType.getName();

Completed in 57 milliseconds

12