public class Opt extends Seq implements com.exalead.util.Checkable, java.io.Serializable
rulePattern
DEFAULT_PRIORITY, name, priority
modifiedAt, modifiedBy
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Opt.
|
static Opt |
fromString(java.lang.String s)
String representation of this Opt.
|
Opt |
makeCopy()
Creates and returns a deep copy of this Opt.
|
static Opt |
readFrom(java.io.InputStream is)
Read this Opt from an XML fragment.
|
java.lang.String |
toString()
String representation of this Opt.
|
Opt |
withModifiedAt(java.lang.Long modifiedAt) |
Opt |
withModifiedBy(java.lang.String modifiedBy) |
Opt |
withName(java.lang.String name) |
Opt |
withPriority(int priority) |
Opt |
withPriority(java.lang.Integer priority) |
Opt |
withRulePattern(java.util.Collection<RulePattern> __values) |
Opt |
withRulePattern(RulePattern... __values) |
void |
writeTo(java.io.OutputStream os)
Write this Opt as an XML fragment
|
getRulePattern
getName, getPriority, setName, setPriority
getModifiedAt, getModifiedBy, setModifiedAt, setModifiedBy
public Opt()
public Opt(Opt o)
public Opt withRulePattern(RulePattern... __values)
withRulePattern
in class Seq
public Opt withRulePattern(java.util.Collection<RulePattern> __values)
withRulePattern
in class Seq
public Opt withPriority(int priority)
withPriority
in class Seq
public Opt withPriority(java.lang.Integer priority)
withPriority
in class Seq
public Opt withModifiedBy(java.lang.String modifiedBy)
withModifiedBy
in class Seq
public Opt withModifiedAt(java.lang.Long modifiedAt)
withModifiedAt
in class Seq
public Opt makeCopy()
public static Opt 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 Opt 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 © 2013 Dassault Systèmes, All Rights Reserved.