Interface Joinable
-
- All Known Implementing Classes:
AbstractAttribute
,AbstractExtension
,AbstractProperty
,AbstractRefOrInlineTypeProperty
,AbstractRefTypeProperty
,AbstractTypeProperty
,ComplexAttribute
,ComplexProperty
,ComplexTypeExtension
,FeatureProperty
,FeatureTypeExtension
,GeometryProperty
,ImplicitGeometryProperty
,InjectedComplexAttribute
,InjectedComplexProperty
,InjectedFeatureProperty
,InjectedGeometryProperty
,InjectedImplicitGeometryProperty
,InjectedObjectProperty
,InjectedSimpleAttribute
,ObjectProperty
,ObjectTypeExtension
,PropertyInjection
,SimpleAttribute
public interface Joinable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractJoin
getJoin()
boolean
isSetJoin()
-
-
-
Method Detail
-
isSetJoin
boolean isSetJoin()
-
getJoin
AbstractJoin getJoin()
-
-