Uses of Class
org.astrogrid.samp.xmlrpc.ActorHandler.SampType
-
Packages that use ActorHandler.SampType Package Description org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of ActorHandler.SampType in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as ActorHandler.SampType Modifier and Type Field Description static ActorHandler.SampType
ActorHandler.SampType. LIST
List type.static ActorHandler.SampType
ActorHandler.SampType. MAP
Map type.static ActorHandler.SampType
ActorHandler.SampType. STRING
String type.Methods in org.astrogrid.samp.xmlrpc that return ActorHandler.SampType Modifier and Type Method Description static ActorHandler.SampType
ActorHandler.SampType. getClassType(java.lang.Class clazz)
Returns the SampType corresponding to a given java class.static ActorHandler.SampType
ActorHandler.SampType. getParamType(java.lang.Object param)
Returns the SampType corresponding to a given object.Constructors in org.astrogrid.samp.xmlrpc with parameters of type ActorHandler.SampType Constructor Description Signature(java.lang.String name, ActorHandler.SampType[] types)
Constructor.
-