public class ProfileType<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static ProfileType<Profile> |
FULL |
static ProfileType<ProfileMini> |
MINI |
| Constructor and Description |
|---|
ProfileType(String name,
Class<T> type) |
public static final ProfileType<Profile> FULL
public static final ProfileType<ProfileMini> MINI
Copyright © 2014. All Rights Reserved.