Class NFECatalogValue
- java.lang.Object
-
- oracle.spatial.network.nfe.model.feature.NFECatalogValue
-
public class NFECatalogValue extends java.lang.ObjectIt is a tuple of an ID and a value
-
-
Constructor Summary
Constructors Constructor Description NFECatalogValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NFECatalogValuecreateCopy()Returns object copy.longgetId()Gets the value IDjava.lang.ObjectgetValue()Gets the actual valuevoidsetId(long id)Sets the value IDvoidsetValue(java.lang.Object value)Sets the actual value
-
-
-
Method Detail
-
getId
public long getId()
Gets the value ID- Returns:
- the value ID
-
setId
public void setId(long id)
Sets the value ID- Parameters:
id- the value ID
-
getValue
public java.lang.Object getValue()
Gets the actual value- Returns:
- an Object subclass instance
-
setValue
public void setValue(java.lang.Object value)
Sets the actual value- Parameters:
value- an Object subclass instance
-
createCopy
public NFECatalogValue createCopy()
Returns object copy.- Returns:
- object copy
-
-