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