Uses of Class
org.gcube.contentmanagement.contentmanager.smsplugin.types.SMSDelegateType

Packages that use SMSDelegateType
org.gcube.contentmanagement.contentmanager.smsplugin.types   
 

Uses of SMSDelegateType in org.gcube.contentmanagement.contentmanager.smsplugin.types
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.types that return SMSDelegateType
 SMSDelegateType SMSCreateParameters.getDelegateType()
          Returns the delegate type.
static SMSDelegateType SMSDelegateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SMSDelegateType[] SMSDelegateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.types with parameters of type SMSDelegateType
 void SMSCreateParameters.setDelegateType(SMSDelegateType mode)
          Set the delegate type.
 

Constructors in org.gcube.contentmanagement.contentmanager.smsplugin.types with parameters of type SMSDelegateType
SMSWrapCollection(java.lang.String collectionID, java.lang.String description, boolean userCollection, SMSDelegateType delegateType)
          Create the wrap parameters.