Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.SMSFilterType

Packages that use SMSFilterType
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property   
 

Uses of SMSFilterType in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter that return SMSFilterType
 SMSFilterType SMSFilter.getType()
          Return the filter type.
 SMSFilterType AbstractSMSFilter.getType()
           
static SMSFilterType SMSFilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SMSFilterType[] SMSFilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter with parameters of type SMSFilterType
AbstractSMSFilter(SMSFilterType type)
           
 

Uses of SMSFilterType in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property that return SMSFilterType
 SMSFilterType PropertyFilter.getType()
          Return the filter type.