public class Field extends Object implements Serializable
| Constructor and Description |
|---|
Field()
Default constructor.
|
Field(Field original)
Copy constructor.
|
Field(String initialInput)
String based constructor.
|
Field(TypeDefinitionREF f1,
String f2,
String f3)
All fields constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(DmcInputStreamIF dis)
Deserialization.
|
String |
getDescription() |
String |
getName() |
TypeDefinitionREF |
getType() |
void |
removeBackRefsFromValue() |
void |
resolve(DmcNameResolverIF resolver,
String attrName) |
void |
resolve(DmcNameResolverWithClashSupportIF resolver,
DmcObject object,
DmcNameClashResolverIF ncr,
DmcAttributeInfo ai) |
void |
serializeIt(DmcOutputStreamIF dos)
Serialization.
|
void |
toJSON(StringBuffer sb,
int padding,
String indent) |
String |
toString()
String form.
|
public Field()
public Field(Field original)
public Field(TypeDefinitionREF f1, String f2, String f3) throws DmcValueException
DmcValueExceptionpublic Field(String initialInput) throws DmcValueException
DmcValueExceptionpublic void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
Exceptionpublic TypeDefinitionREF getType()
public String getName()
public String getDescription()
public void resolve(DmcNameResolverIF resolver, String attrName) throws DmcValueException
DmcValueExceptionpublic void resolve(DmcNameResolverWithClashSupportIF resolver, DmcObject object, DmcNameClashResolverIF ncr, DmcAttributeInfo ai) throws DmcValueException, DmcValueExceptionSet
public void removeBackRefsFromValue()
public void toJSON(StringBuffer sb, int padding, String indent)
Copyright © 2023. All rights reserved.