Interface InjectedProperty
-
- All Known Implementing Classes:
InjectedComplexAttribute
,InjectedComplexProperty
,InjectedFeatureProperty
,InjectedGeometryProperty
,InjectedImplicitGeometryProperty
,InjectedObjectProperty
,InjectedSimpleAttribute
public interface InjectedProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureType
getBase()
Join
getBaseJoin()
CityGMLContext
getContext()
boolean
isSetBase()
boolean
isSetBaseJoin()
boolean
isSetContext()
void
setBase(FeatureType value)
void
setBaseJoin(Join join)
void
setContext(CityGMLContext context)
-
-
-
Method Detail
-
getBase
FeatureType getBase()
-
isSetBase
boolean isSetBase()
-
setBase
void setBase(FeatureType value)
-
getContext
CityGMLContext getContext()
-
isSetContext
boolean isSetContext()
-
setContext
void setContext(CityGMLContext context)
-
getBaseJoin
Join getBaseJoin()
-
isSetBaseJoin
boolean isSetBaseJoin()
-
setBaseJoin
void setBaseJoin(Join join)
-
-