oracle.portal.provider.v1
Class UserLocation.LocationType
java.lang.Object
|
+--oracle.portal.provider.v1.UserLocation.LocationType
- Enclosing class:
- UserLocation
- public static class UserLocation.LocationType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
UNKNOWN
public static final int UNKNOWN
REAL
public static final int REAL
PROFILE
public static final int PROFILE
LOCATION_UNKNOWN
public static final UserLocation.LocationType LOCATION_UNKNOWN
LOCATION_REAL
public static final UserLocation.LocationType LOCATION_REAL
LOCATION_PROFILE
public static final UserLocation.LocationType LOCATION_PROFILE
UserLocation.LocationType
public UserLocation.LocationType(java.lang.String location)
UserLocation.LocationType
public UserLocation.LocationType(int location)
isLocationReal
public static boolean isLocationReal(UserLocation.LocationType type)
isLocationProfile
public static boolean isLocationProfile(UserLocation.LocationType type)
isLocationKnown
public static boolean isLocationKnown(UserLocation.LocationType type)
getLocationType
public static UserLocation.LocationType getLocationType(java.lang.String location)
getValue
public int getValue()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object