public class DBpath extends DBobject implements Serializable, Cloneable
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
open
True if the path is open, false if closed.
|
DBpoint[] |
points
The points defining this path.
|
| 构造器和说明 |
|---|
DBpath()
Required by the driver.
|
DBpath(DBpoint[] points,
boolean open) |
DBpath(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
This must be overridden to allow the object to be cloned.
|
void |
closePath() |
boolean |
equals(@Nullable Object obj)
This must be overridden to allow comparisons of objects.
|
@Nullable String |
getValue()
This returns the path in the syntax expected by com.xugu.
|
int |
hashCode()
Compute hash.
|
boolean |
isClosed() |
boolean |
isOpen() |
void |
openPath() |
void |
setValue(@Nullable String s)
This method sets the value of this object.
|
public boolean open
public DBpoint[] points
public DBpath(DBpoint[] points, boolean open)
points - the DBpoints that define the pathopen - True if the path is open, false if closedpublic DBpath()
public DBpath(String s) throws SQLException
s - definition of the path in Xugu's syntax.SQLException - on conversion failurepublic void setValue(@Nullable String s) throws SQLException
DBobjectsetValue 在类中 DBobjects - Definition of the path in Xugu's syntaxSQLException - on conversion failurepublic boolean equals(@Nullable Object obj)
DBobjectpublic int hashCode()
DBobjecthashCode 在类中 DBobjectObjects.hashCode(Object)public Object clone() throws CloneNotSupportedException
DBobjectclone 在类中 DBobjectCloneNotSupportedExceptionpublic @Nullable String getValue()
public boolean isOpen()
public boolean isClosed()
public void closePath()
public void openPath()
Copyright © 2025. All rights reserved.