Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.relation.ReferenceFilterType

Packages that use ReferenceFilterType
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.relation   
 

Uses of ReferenceFilterType in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.relation
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.relation that return ReferenceFilterType
 ReferenceFilterType ReferenceFilter.getReferenceFilterType()
           
 ReferenceFilterType AbstractReferenceFilter.getReferenceFilterType()
           
static ReferenceFilterType ReferenceFilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReferenceFilterType[] ReferenceFilterType.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.relation with parameters of type ReferenceFilterType
AbstractReferenceFilter(ReferenceFilterType relationFilterType, java.lang.String primaryRole, java.lang.String secondaryRole)