Package org.seamcat.model.types
Interface CDMALLDPath
-
public interface CDMALLDPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
caption()
int
no()
java.util.List<CDMALLDPoint>
points()
-
-
-
Method Detail
-
caption
java.lang.String caption()
-
no
int no()
-
points
java.util.List<CDMALLDPoint> points()
-
-