public class ExternKey extends Shortcut implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key |
DEFAULT_LITTERAL, DEFAULT_NORM, litteral, matchedUrl, norm, val
Constructor and Description |
---|
ExternKey() |
ExternKey(ExternKey o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ExternKey.
|
ExternKey |
clone()
Creates and returns a deep copy of this ExternKey.
|
static ExternKey |
fromString(java.lang.String s)
String representation of this ExternKey.
|
java.lang.String |
getKey() |
ExternKey |
makeCopy()
Creates and returns a deep copy of this ExternKey.
|
static ExternKey |
readFrom(java.io.InputStream is)
Read this ExternKey from an XML fragment.
|
void |
setKey(java.lang.String key) |
java.lang.String |
toString()
String representation of this ExternKey.
|
ExternKey |
withKey(java.lang.String key) |
ExternKey |
withLitteral(boolean litteral) |
ExternKey |
withLitteral(java.lang.Boolean litteral) |
ExternKey |
withMatchedUrl(java.lang.String matchedUrl) |
ExternKey |
withNorm(java.lang.String norm) |
ExternKey |
withVal(java.lang.String val) |
void |
writeTo(java.io.OutputStream os)
Write this ExternKey as an XML fragment
|
getMatchedUrl, getNorm, getVal, isLitteral, setLitteral, setMatchedUrl, setNorm, setVal
public ExternKey()
public ExternKey(ExternKey o)
public ExternKey withMatchedUrl(java.lang.String matchedUrl)
withMatchedUrl
in class Shortcut
public ExternKey withLitteral(boolean litteral)
withLitteral
in class Shortcut
public ExternKey withLitteral(java.lang.Boolean litteral)
withLitteral
in class Shortcut
public void setKey(java.lang.String key)
public java.lang.String getKey()
public ExternKey withKey(java.lang.String key)
public ExternKey clone()
public ExternKey makeCopy()
public static ExternKey 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
public static ExternKey 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()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.