public class NFEFeatureLayerMetadata extends NFEMetadata
| Constructor and Description | 
|---|
NFEFeatureLayerMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
NFEFeatureLayerMetadata | 
createCopy()
Returns a copy of the feature layer metadata. 
 | 
long | 
getFeatureLayerId()
Returns the feature layer id. 
 | 
java.lang.String | 
getFeatureLayerName()
Returns the feature layer name. 
 | 
FeatureLayerMetadata.FeatureLayerType | 
getFeatureLayerType()
Returns the feature layer type. 
 | 
java.lang.String | 
getFeatureTable()
Returns the feature table. 
 | 
java.lang.String | 
getHierarchyTable()
Returns the hierarchy table. 
 | 
java.lang.String | 
getNetworkName()
Returns the network name. 
 | 
java.lang.String | 
getRelationTable()
Returns the relation table. 
 | 
void | 
setFeatureLayerId(long featureLayerId)
Sets the feature layer id. 
 | 
void | 
setFeatureLayerName(java.lang.String featureLayerName)
Sets the feature layer name 
 | 
void | 
setFeatureLayerType(FeatureLayerMetadata.FeatureLayerType featureLayerType)
Sets the feature layer type. 
 | 
void | 
setFeatureTable(java.lang.String featureTable)
Sets the feature table. 
 | 
void | 
setHierarchyTable(java.lang.String hierarchyTable)
Sets the hierarchy table. 
 | 
void | 
setNetworkName(java.lang.String networkName)
Sets network name. 
 | 
void | 
setRelationTable(java.lang.String relationTable)
Sets the relation table 
 | 
java.lang.String | 
toString()  | 
getTableSequence, getTablesWithSequence, hasSequence, setTableSequencepublic java.lang.String getNetworkName()
public void setNetworkName(java.lang.String networkName)
networkName - network namepublic java.lang.String getFeatureLayerName()
public void setFeatureLayerName(java.lang.String featureLayerName)
featureLayerName - feature layer namepublic long getFeatureLayerId()
public void setFeatureLayerId(long featureLayerId)
featureLayerId - feature layer idpublic FeatureLayerMetadata.FeatureLayerType getFeatureLayerType()
public void setFeatureLayerType(FeatureLayerMetadata.FeatureLayerType featureLayerType)
featureLayerType - feature layer typepublic java.lang.String getFeatureTable()
public void setFeatureTable(java.lang.String featureTable)
featureTable - feature tablepublic java.lang.String getRelationTable()
public void setRelationTable(java.lang.String relationTable)
relationTable - relation tablepublic java.lang.String getHierarchyTable()
public void setHierarchyTable(java.lang.String hierarchyTable)
hierarchyTable - hierarchy tablepublic java.lang.String toString()
toString in class java.lang.Objectpublic NFEFeatureLayerMetadata createCopy()