All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.shrinkwrap.descriptor.api.permission.PermissionsCommonDescriptor Maven / Gradle / Ivy

The newest version!
package org.jboss.shrinkwrap.descriptor.api.permission; 

import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Descriptor;


public interface PermissionsCommonDescriptor> 
    extends Descriptor {


   /**
    * Sets the Version attribute
    * @param Version the value for the attribute Version 
    * @return the current instance of T 
    */
   public T version(String Version);

   /**
    * Returns the Version attribute
    * @return the value defined for the attribute Version 
    */
   public String getVersion();

   /**
    * Removes the Version attribute 
    * @return the current instance of T 
    */
   public T removeVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy