Class GenericAttribute
- java.lang.Object
-
- org.citydb.query.filter.projection.GenericAttribute
-
public class GenericAttribute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericAttribute(java.lang.String name)
GenericAttribute(java.lang.String name, org.citygml4j.model.citygml.CityGMLClass type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getName()
org.citygml4j.model.citygml.CityGMLClass
getType()
int
hashCode()
-
-
-
Constructor Detail
-
GenericAttribute
public GenericAttribute(java.lang.String name, org.citygml4j.model.citygml.CityGMLClass type) throws FilterException
- Throws:
FilterException
-
GenericAttribute
public GenericAttribute(java.lang.String name) throws FilterException
- Throws:
FilterException
-
-