|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.portal.provider.v2.UserLocation
public class UserLocation
| Nested Class Summary | |
|---|---|
static class |
UserLocation.Address
|
static class |
UserLocation.LocationType
|
| Constructor Summary | |
|---|---|
UserLocation(UserLocation.LocationType type,
float positionX,
float positionY,
UserLocation.Address address)
|
|
| Method Summary | |
|---|---|
UserLocation.Address |
getAddress()
|
UserLocation.LocationType |
getType()
|
float |
getXPosition()
|
float |
getYPosition()
|
void |
setAddress(UserLocation.Address address)
|
void |
setType(UserLocation.LocationType type)
|
void |
setXPosition(float x)
|
void |
setYPosition(float y)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserLocation(UserLocation.LocationType type,
float positionX,
float positionY,
UserLocation.Address address)
| Method Detail |
|---|
public UserLocation.LocationType getType()
public void setType(UserLocation.LocationType type)
public float getXPosition()
public void setXPosition(float x)
public float getYPosition()
public void setYPosition(float y)
public UserLocation.Address getAddress()
public void setAddress(UserLocation.Address address)
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||