Package nl.tue.id.oocsi.client.services
Class Service
java.lang.Object
nl.tue.id.oocsi.client.services.Service
public class Service
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Service.ServiceField<T>
static class
Service.ServiceMethod
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
Modifier and Type Method Description Service.ServiceMethod
newServiceMethod()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
public java.lang.String name -
handle
public java.lang.String handle -
uuid
public java.lang.String uuid -
category
public java.lang.String category -
methods
-
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
newServiceMethod
-