public abstract class Location extends Identified implements Comparable<Location>
Modifier and Type | Method and Description |
---|---|
OrientationType |
getOrientation()
Returns the orientation property of this location.
|
boolean |
isSetOrientation()
Checks if the orientation property is set.
|
void |
setOrientation(OrientationType orientation)
Sets the orientation property of this location to the given one.
|
String |
toString() |
void |
unsetOrientation()
Sets the orientation property of this location to
null . |
addWasDerivedFrom, clearAnnotations, clearWasDerivedFroms, containsWasDerivedFrom, createAnnotation, createAnnotation, createAnnotation, createAnnotation, createAnnotation, createAnnotation, equals, getAnnotation, getAnnotations, getDescription, getDisplayId, getIdentity, getName, getPersistentIdentity, getVersion, getWasDerivedFrom, getWasDerivedFroms, hasAnnotations, hashCode, isSetDescription, isSetDisplayId, isSetName, isSetPersistentIdentity, isSetVersion, isSetWasDerivedFrom, removeAnnotation, removeWasDerivedFrom, setDescription, setName, setWasDerivedFrom, setWasDerivedFroms, unsetDescription, unsetName, unsetWasDerivedFrom
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public boolean isSetOrientation()
true
if it is not null
, false
otherwisepublic OrientationType getOrientation()
public void setOrientation(OrientationType orientation)
orientation
- the orientation to set topublic void unsetOrientation()
null
.public String toString()
toString
in class Identified
Copyright © 2017. All rights reserved.