java.lang.Object
com.dna.jopt.member.unit.converter.openlocation.AbstractOpenLocation
- Direct Known Subclasses:
OpenLocation
@Immutable
public abstract class AbstractOpenLocation
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected void
from(com.dna.jopt.config.types.Position pos)
static com.dna.jopt.config.types.Position
com.dna.jopt.config.types.Position
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)