Interface WorkmanagerSecurityMappingType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
WorkmanagerSecurityMappingTypeImpl
public interface WorkmanagerSecurityMappingType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
workmanagerSecurityMappingType xsd type-
Method Summary
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
from
Sets thefromattribute- Parameters:
from- the value for the attributefrom- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
getFrom
String getFrom()Returns thefromattribute- Returns:
- the value defined for the attribute
from
-
removeFrom
WorkmanagerSecurityMappingType<T> removeFrom()Removes thefromattribute- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
to
Sets thetoattribute- Parameters:
to- the value for the attributeto- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
getTo
String getTo()Returns thetoattribute- Returns:
- the value defined for the attribute
to
-
removeTo
WorkmanagerSecurityMappingType<T> removeTo()Removes thetoattribute- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-