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 theworkmanagerSecurityMappingTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkmanagerSecurityMappingType<T>from(String from)Sets thefromattributeStringgetFrom()Returns thefromattributeStringgetTo()Returns thetoattributeWorkmanagerSecurityMappingType<T>removeFrom()Removes thefromattributeWorkmanagerSecurityMappingType<T>removeTo()Removes thetoattributeWorkmanagerSecurityMappingType<T>to(String to)Sets thetoattribute
-
-
-
Method Detail
-
from
WorkmanagerSecurityMappingType<T> from(String 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
WorkmanagerSecurityMappingType<T> to(String 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
-
-