Class AbstractOpenLocation

java.lang.Object
com.dna.jopt.member.unit.converter.openlocation.AbstractOpenLocation
Direct Known Subclasses:
OpenLocation

@Immutable public abstract class AbstractOpenLocation extends Object
  • Constructor Details

    • AbstractOpenLocation

      public AbstractOpenLocation()
  • Method Details

    • code

      @Parameter public abstract String code()
    • check

      @Check protected void check()
    • toPos

      public com.dna.jopt.config.types.Position toPos()
    • to

      public static com.dna.jopt.config.types.Position to(OpenLocation location)
    • from

      public static String from(com.dna.jopt.config.types.Position pos)