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