public class WriteAttributeSlotConfig
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WriteAttributeSlotConfig.Type |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TYPE |
int |
groupId |
java.lang.String |
type |
Constructor and Description |
---|
WriteAttributeSlotConfig() |
WriteAttributeSlotConfig(WriteAttributeSlotConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this WriteAttributeSlotConfig.
|
static WriteAttributeSlotConfig |
fromString(java.lang.String s)
String representation of this WriteAttributeSlotConfig.
|
int |
getGroupId()
Specifies which attribute group store this access configuration applies to.
|
java.lang.String |
getType()
Access type for writing the new slots.
|
WriteAttributeSlotConfig.Type |
getTypeAsEnum()
Access type for writing the new slots.
|
static boolean |
isA(java.lang.String str,
WriteAttributeSlotConfig.Type item) |
static boolean |
isOneOf(java.lang.String str,
WriteAttributeSlotConfig.Type... items) |
WriteAttributeSlotConfig |
makeCopy()
Creates and returns a deep copy of this WriteAttributeSlotConfig.
|
static WriteAttributeSlotConfig |
readFrom(java.io.InputStream is)
Read this WriteAttributeSlotConfig from an XML fragment.
|
void |
setGroupId(int groupId)
Specifies which attribute group store this access configuration applies to.
|
void |
setType(java.lang.String type)
Access type for writing the new slots.
|
void |
setType(WriteAttributeSlotConfig.Type item)
Access type for writing the new slots.
|
java.lang.String |
toString()
String representation of this WriteAttributeSlotConfig.
|
WriteAttributeSlotConfig |
withGroupId(int groupId) |
WriteAttributeSlotConfig |
withGroupId(java.lang.Integer groupId) |
WriteAttributeSlotConfig |
withType(java.lang.String type) |
void |
writeTo(java.io.OutputStream os)
Write this WriteAttributeSlotConfig as an XML fragment
|
public java.lang.String type
public static final java.lang.String DEFAULT_TYPE
public int groupId
public WriteAttributeSlotConfig()
public WriteAttributeSlotConfig(WriteAttributeSlotConfig o)
public static boolean isA(java.lang.String str, WriteAttributeSlotConfig.Type item)
public static boolean isOneOf(java.lang.String str, WriteAttributeSlotConfig.Type... items)
public void setType(WriteAttributeSlotConfig.Type item)
public WriteAttributeSlotConfig.Type getTypeAsEnum()
public void setType(java.lang.String type)
public java.lang.String getType()
public WriteAttributeSlotConfig withType(java.lang.String type)
public void setGroupId(int groupId)
public int getGroupId()
public WriteAttributeSlotConfig withGroupId(int groupId)
public WriteAttributeSlotConfig withGroupId(java.lang.Integer groupId)
public WriteAttributeSlotConfig makeCopy()
public static WriteAttributeSlotConfig 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
javax.xml.bind.JAXBException
java.io.IOException
public static WriteAttributeSlotConfig 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.