Package cdc.rdb
Class RdbElementPath.Part
- java.lang.Object
-
- cdc.rdb.RdbElementPath.Part
-
- Enclosing class:
- RdbElementPath
public static final class RdbElementPath.Part extends Object
-
-
Constructor Summary
Constructors Constructor Description Part(RdbElement element)Part(RdbElementKind kind, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)RdbElementKindgetKind()StringgetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Part
Part(RdbElementKind kind, String name)
-
Part
Part(RdbElement element)
-
-
Method Detail
-
getKind
public RdbElementKind getKind()
-
getName
public String getName()
-
-