Uses of Class
it.sistematica.isharedoc.model.asset.Server.ServerLocation

Packages that use Server.ServerLocation
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.model.asset   
 

Uses of Server.ServerLocation in it.sistematica.isharedoc.action.isd
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type Server.ServerLocation
 java.util.List<Server.ServerLocation> ServerAction.getServerLocations()
           
 

Uses of Server.ServerLocation in it.sistematica.isharedoc.model.asset
 

Fields in it.sistematica.isharedoc.model.asset declared as Server.ServerLocation
protected  Server.ServerLocation Server.location
           
 

Methods in it.sistematica.isharedoc.model.asset that return Server.ServerLocation
 Server.ServerLocation Server.getLocation()
           
static Server.ServerLocation Server.ServerLocation.parse(java.lang.String code)
           
static Server.ServerLocation Server.ServerLocation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Server.ServerLocation[] Server.ServerLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.sistematica.isharedoc.model.asset with parameters of type Server.ServerLocation
 void Server.setLocation(Server.ServerLocation location)