public class GISTypeScriptModel
extends java.lang.Object
implements java.io.Serializable
Accela Automation
File: GISTypeScriptModel.java
Accela, Inc.
Copyright (C): 2001
Description:
Notes:
Revision History:
Dec 13, 2002 , Owen Yang, Initial Version.
| Constructor and Description |
|---|
GISTypeScriptModel(com.accela.aa.gis.gis.GISTypeModel gisTypeModel)
Constructor for GISTypeScriptModel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeName(java.lang.String name)
Add attribute's Name.
|
java.lang.String |
getAttributeNames()
Get collection of attribute names.
|
GISObjectScriptModel[] |
getGISObjects()
Get gISObjects.
|
java.lang.String |
getGisServiceId()
Get gisServiceId.
|
java.lang.String |
getGisTypeId()
Get gisTypeId.
|
com.accela.aa.gis.gis.GISTypeModel |
getgISTypeModel()
Get gISTypeModel.
|
com.accela.aa.gis.gis.GISTypeModel |
getGISTypeModel()
Get the gISTypeModel.
|
java.lang.String |
toString()
Convert gISTypeModel to string.
|
public GISTypeScriptModel(com.accela.aa.gis.gis.GISTypeModel gisTypeModel)
gisTypeModel - GISTypeModelpublic com.accela.aa.gis.gis.GISTypeModel getgISTypeModel()
public GISObjectScriptModel[] getGISObjects()
public java.lang.String getGisServiceId()
public java.lang.String getGisTypeId()
public com.accela.aa.gis.gis.GISTypeModel getGISTypeModel()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void addAttributeName(java.lang.String name)
name - public java.lang.String getAttributeNames()