Class TypedEntityMatch
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.match.TypedEntityMatch
-
- All Implemented Interfaces:
EntityMatch
public class TypedEntityMatch extends Object implements EntityMatch
-
-
Constructor Summary
Constructors Constructor Description TypedEntityMatch(Class<?> type, EntityMatch match)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityMatchgetPropertyMatches()Class<?>getType()booleanisApplicableToObject(Object object)
-
-
-
Constructor Detail
-
TypedEntityMatch
public TypedEntityMatch(Class<?> type, EntityMatch match)
-
-
Method Detail
-
getType
public Class<?> getType()
-
getPropertyMatches
public EntityMatch getPropertyMatches()
-
isApplicableToObject
public boolean isApplicableToObject(Object object)
- Specified by:
isApplicableToObjectin interfaceEntityMatch
-
-