@Portable public class PreferenceScopeImpl extends Object implements PreferenceScope
| Constructor and Description |
|---|
PreferenceScopeImpl(String type,
String key,
PreferenceScope childScope) |
| Modifier and Type | Method and Description |
|---|---|
PreferenceScope |
childScope()
Child scope, a scope inside a scope.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
key() |
String |
type() |
public PreferenceScopeImpl(String type, String key, PreferenceScope childScope)
public String type()
type in interface PreferenceScopepublic String key()
key in interface PreferenceScopepublic PreferenceScope childScope()
PreferenceScopechildScope in interface PreferenceScopeCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.