public class Punct extends BoolPattern implements com.exalead.util.Checkable, java.io.Serializable
anchor, DEFAULT_ANCHOR
DEFAULT_PRIORITY, name, priority
modifiedAt, modifiedBy
Constructor and Description |
---|
Punct() |
Punct(Punct o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Punct.
|
static Punct |
fromString(java.lang.String s)
String representation of this Punct.
|
Punct |
makeCopy()
Creates and returns a deep copy of this Punct.
|
static Punct |
readFrom(java.io.InputStream is)
Read this Punct from an XML fragment.
|
java.lang.String |
toString()
String representation of this Punct.
|
Punct |
withAnchor(boolean anchor) |
Punct |
withAnchor(java.lang.Boolean anchor) |
Punct |
withModifiedAt(java.lang.Long modifiedAt) |
Punct |
withModifiedBy(java.lang.String modifiedBy) |
Punct |
withName(java.lang.String name) |
Punct |
withPriority(int priority) |
Punct |
withPriority(java.lang.Integer priority) |
void |
writeTo(java.io.OutputStream os)
Write this Punct as an XML fragment
|
isAnchor, setAnchor
getName, getPriority, setName, setPriority
getModifiedAt, getModifiedBy, setModifiedAt, setModifiedBy
public Punct()
public Punct(Punct o)
public Punct withAnchor(boolean anchor)
withAnchor
in class BoolPattern
public Punct withAnchor(java.lang.Boolean anchor)
withAnchor
in class BoolPattern
public Punct withPriority(int priority)
withPriority
in class BoolPattern
public Punct withPriority(java.lang.Integer priority)
withPriority
in class BoolPattern
public Punct withName(java.lang.String name)
withName
in class BoolPattern
public Punct withModifiedBy(java.lang.String modifiedBy)
withModifiedBy
in class BoolPattern
public Punct withModifiedAt(java.lang.Long modifiedAt)
withModifiedAt
in class BoolPattern
public Punct makeCopy()
makeCopy
in class BoolPattern
public static Punct 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
writeTo
in class BoolPattern
javax.xml.bind.JAXBException
java.io.IOException
public static Punct 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 BoolPattern
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class BoolPattern
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.