- All Known Subinterfaces:
FragmentAccessor.FragmentProperty
- All Known Implementing Classes:
UrlBuilder
- Enclosing interface:
- FragmentAccessor
public static interface FragmentAccessor.FragmentMutator
Provides a mutator for a fragment property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFragment
(String aFragment) Sets the fragment for the fragment property.
-
Method Details
-
setFragment
Sets the fragment for the fragment property.- Parameters:
aFragment
- The fragment to be stored by the fragment property.
-