|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phoenix_int.aserver.types.PHXSimpleType
com.phoenix_int.aserver.types.PHXGeometry
public class PHXGeometry
The Phoenix type for geometry. This class has the following properties:
PHXSimpleType| Constructor Summary | |
|---|---|
PHXGeometry()
|
|
| Method Summary | |
|---|---|
void |
fromString(java.lang.String value)
converts a String representation to the internal value |
void |
fromString2(PHXStringBuffer value)
converts a PHXStringBuffer representation to the internal value |
java.lang.String |
getData()
retrieves the current value for the geometry data |
java.lang.String |
getDescription()
retrieves the description of the variable |
java.lang.String |
getFormat()
retrieves the format for the geometry data |
void |
setData(java.lang.String d)
sets the value for the variable |
void |
setDescription(java.lang.String d)
sets the description for the variable. |
void |
setFormat(java.lang.String d)
sets the format for the variable. |
java.lang.String |
toString()
converts the variable to a string |
PHXStringBuffer |
toString2()
converts the variable to a PHXStringBuffer |
| Methods inherited from class com.phoenix_int.aserver.types.PHXSimpleType |
|---|
addPropertyChangeListener, getEnumTokens, getHasChanged, getUnits, removePropertyChangeListener, setHasChanged, setUnits |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PHXGeometry()
| Method Detail |
|---|
public java.lang.String getData()
public void setData(java.lang.String d)
v - the valuepublic java.lang.String getFormat()
public void setFormat(java.lang.String d)
v - the valuepublic java.lang.String getDescription()
getDescription in class PHXSimpleTypepublic void setDescription(java.lang.String d)
setDescription in class PHXSimpleTyped - the descriptionpublic PHXStringBuffer toString2()
public java.lang.String toString()
toString in interface IPHXTypetoString in class java.lang.Objectpublic void fromString2(PHXStringBuffer value)
value - the value to convertpublic void fromString(java.lang.String value)
value - the value to convert
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||