public class Form
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_TRUST_LEVEL |
short |
indexKind |
java.lang.String |
tag |
int |
trustLevel |
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Form.
|
static Form |
fromString(java.lang.String s)
String representation of this Form.
|
short |
getIndexKind() |
java.lang.String |
getTag() |
int |
getTrustLevel() |
Form |
makeCopy()
Creates and returns a deep copy of this Form.
|
static Form |
readFrom(java.io.InputStream is)
Read this Form from an XML fragment.
|
void |
setIndexKind(short indexKind) |
void |
setTag(java.lang.String tag) |
void |
setTrustLevel(int trustLevel) |
java.lang.String |
toString()
String representation of this Form.
|
Form |
withIndexKind(short indexKind) |
Form |
withIndexKind(java.lang.Short indexKind) |
Form |
withTag(java.lang.String tag) |
Form |
withTrustLevel(int trustLevel) |
Form |
withTrustLevel(java.lang.Integer trustLevel) |
void |
writeTo(java.io.OutputStream os)
Write this Form as an XML fragment
|
public java.lang.String tag
public short indexKind
public int trustLevel
public static final int DEFAULT_TRUST_LEVEL
public Form()
public Form(Form o)
public void setTag(java.lang.String tag)
public java.lang.String getTag()
public Form withTag(java.lang.String tag)
public void setIndexKind(short indexKind)
public short getIndexKind()
public Form withIndexKind(short indexKind)
public Form withIndexKind(java.lang.Short indexKind)
public void setTrustLevel(int trustLevel)
public int getTrustLevel()
public Form withTrustLevel(int trustLevel)
public Form withTrustLevel(java.lang.Integer trustLevel)
public Form makeCopy()
public static Form readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static Form fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.