Package com.skillw.pouvoir.util.legacy
Class Mirror.MirrorSettings
-
- All Implemented Interfaces:
public final class Mirror.MirrorSettings
-
-
Field Summary
Fields Modifier and Type Field Description private StringchildFormatprivate StringparentFormat
-
Constructor Summary
Constructors Constructor Description Mirror.MirrorSettings()
-
Method Summary
Modifier and Type Method Description final StringgetChildFormat()final UnitsetChildFormat(String childFormat)final StringgetParentFormat()final UnitsetParentFormat(String parentFormat)-
-
Method Detail
-
getChildFormat
final String getChildFormat()
-
setChildFormat
final Unit setChildFormat(String childFormat)
-
getParentFormat
final String getParentFormat()
-
setParentFormat
final Unit setParentFormat(String parentFormat)
-
-
-
-