public class JLConstraint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
asmDatum |
java.lang.String |
asmref |
int |
compDatum |
java.lang.String |
compref |
java.lang.Double |
offset |
int |
type |
| Constructor and Description |
|---|
JLConstraint(JLConstraintInput input)
Constructor which takes the input wrapper class
|
| Modifier and Type | Method and Description |
|---|---|
JLConstraint |
copy()
Create a new JLConstraint which is a copy of the current one.
|
public int type
public java.lang.String asmref
public java.lang.String compref
public int asmDatum
public int compDatum
public java.lang.Double offset
public JLConstraint(JLConstraintInput input) throws JLIException
input - The external-input version of JLConstraintJLIExceptionpublic JLConstraint copy()