public static class DTM.AttributeValue extends DTM.AttributeDefault
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
protected boolean |
fixed
Generated by umod; model author's documentation MISSING.
|
static Function<DTM.AttributeValue,Boolean> |
get_fixed
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.AttributeValue,String> |
get_value
Deprecated.
Use new '::' method reference instead.
|
protected String |
value
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
AttributeValue(boolean fixed,
String value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
DTM.AttributeValue |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC. |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
boolean |
get_fixed()
Generated by umod; model author's documentation MISSING.
|
String |
get_value()
Generated by umod; model author's documentation MISSING.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC. |
DTM.AttributeValue |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTM.AttributeValue |
with_fixed(boolean val)
Generated by umod; model author's documentation MISSING.
|
DTM.AttributeValue |
with_value(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(DTM.AttributeValue e0) |
protected static final int BASE_HASH
protected boolean fixed
get_fixed(),
with_fixed(boolean)@Deprecated public static final Function<DTM.AttributeValue,Boolean> get_fixed
protected String value
get_value(),
with_value(java.lang.String)@Deprecated public static final Function<DTM.AttributeValue,String> get_value
public DTM.AttributeValue doclone()
Cloneable is known
to be implemented.doclone in class DTM.AttributeDefaultpublic Format format()
format in interface Formattableformat in class DTM.AttributeDefaultpublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(DTM.AttributeValue e0)
public int hashCode()
ALGEBRAIC.public DTM.AttributeValue initFrom(Object o0)
initFrom in class DTM.AttributeDefaultpublic boolean get_fixed()
public DTM.AttributeValue with_fixed(boolean val)
val - the new value of type boolean(never null)fixedpublic String get_value()
public DTM.AttributeValue with_value(String val)
val - the new value of type java.lang.String(never null)valuesee also the complete user documentation .