public class MonthlyCalendarConfig extends CalendarConfig implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<IntValue> |
intValue |
name
Constructor and Description |
---|
MonthlyCalendarConfig() |
MonthlyCalendarConfig(MonthlyCalendarConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this MonthlyCalendarConfig.
|
static MonthlyCalendarConfig |
fromString(java.lang.String s)
String representation of this MonthlyCalendarConfig.
|
java.util.List<IntValue> |
getIntValue() |
MonthlyCalendarConfig |
makeCopy()
Creates and returns a deep copy of this MonthlyCalendarConfig.
|
static MonthlyCalendarConfig |
readFrom(java.io.InputStream is)
Read this MonthlyCalendarConfig from an XML fragment.
|
java.lang.String |
toString()
String representation of this MonthlyCalendarConfig.
|
MonthlyCalendarConfig |
withIntValue(java.util.Collection<IntValue> __values) |
MonthlyCalendarConfig |
withIntValue(IntValue... __values) |
MonthlyCalendarConfig |
withName(java.lang.String name) |
void |
writeTo(java.io.OutputStream os)
Write this MonthlyCalendarConfig as an XML fragment
|
getName, setName
public java.util.List<IntValue> intValue
public MonthlyCalendarConfig()
public MonthlyCalendarConfig(MonthlyCalendarConfig o)
public MonthlyCalendarConfig withName(java.lang.String name)
withName
in class CalendarConfig
public java.util.List<IntValue> getIntValue()
public MonthlyCalendarConfig withIntValue(IntValue... __values)
public MonthlyCalendarConfig withIntValue(java.util.Collection<IntValue> __values)
public MonthlyCalendarConfig makeCopy()
makeCopy
in class CalendarConfig
public static MonthlyCalendarConfig 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 CalendarConfig
javax.xml.bind.JAXBException
java.io.IOException
public static MonthlyCalendarConfig 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 CalendarConfig
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class CalendarConfig
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.