public class SecuritySourceField extends StringField implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
allowDeployed |
java.lang.String |
allowedSecuritySourceClassId |
boolean |
allowUndeployed |
static boolean |
DEFAULT_ALLOW_DEPLOYED |
static boolean |
DEFAULT_ALLOW_UNDEPLOYED |
static boolean |
DEFAULT_INCLUDE_SELF |
static boolean |
DEFAULT_MULTIPLE_SELECTION |
java.lang.String |
forbiddenSecuritySourceClassId |
boolean |
includeSelf |
boolean |
multipleSelection |
allowEmpty, DEFAULT_ALLOW_EMPTY, defaultValue
DEFAULT_IS_HIDDEN, DEFAULT_IS_MANDATORY, description, isHidden, isMandatory, name, ordering, title
Constructor and Description |
---|
SecuritySourceField() |
SecuritySourceField(SecuritySourceField o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SecuritySourceField.
|
static SecuritySourceField |
fromString(java.lang.String s)
String representation of this SecuritySourceField.
|
java.lang.String |
getAllowedSecuritySourceClassId()
Regular expression of allowed security sources.
|
java.lang.String |
getForbiddenSecuritySourceClassId()
Regular expression of forbidden security sources.
|
boolean |
isAllowDeployed()
Are deployed security sources possible values?
|
boolean |
isAllowUndeployed()
Are undeployed security sources possible values?
|
boolean |
isIncludeSelf()
Is the security source using this field a possible value?
|
boolean |
isMultipleSelection()
Can several values be picked?
|
SecuritySourceField |
makeCopy()
Creates and returns a deep copy of this SecuritySourceField.
|
static SecuritySourceField |
readFrom(java.io.InputStream is)
Read this SecuritySourceField from an XML fragment.
|
void |
setAllowDeployed(boolean allowDeployed)
Are deployed security sources possible values?
|
void |
setAllowedSecuritySourceClassId(java.lang.String allowedSecuritySourceClassId)
Regular expression of allowed security sources.
|
void |
setAllowUndeployed(boolean allowUndeployed)
Are undeployed security sources possible values?
|
void |
setForbiddenSecuritySourceClassId(java.lang.String forbiddenSecuritySourceClassId)
Regular expression of forbidden security sources.
|
void |
setIncludeSelf(boolean includeSelf)
Is the security source using this field a possible value?
|
void |
setMultipleSelection(boolean multipleSelection)
Can several values be picked?
|
java.lang.String |
toString()
String representation of this SecuritySourceField.
|
SecuritySourceField |
withAllowDeployed(boolean allowDeployed) |
SecuritySourceField |
withAllowDeployed(java.lang.Boolean allowDeployed) |
SecuritySourceField |
withAllowedSecuritySourceClassId(java.lang.String allowedSecuritySourceClassId) |
SecuritySourceField |
withAllowEmpty(boolean allowEmpty) |
SecuritySourceField |
withAllowEmpty(java.lang.Boolean allowEmpty) |
SecuritySourceField |
withAllowUndeployed(boolean allowUndeployed) |
SecuritySourceField |
withAllowUndeployed(java.lang.Boolean allowUndeployed) |
SecuritySourceField |
withDefaultValue(java.lang.String defaultValue) |
SecuritySourceField |
withDescription(java.lang.String description) |
SecuritySourceField |
withForbiddenSecuritySourceClassId(java.lang.String forbiddenSecuritySourceClassId) |
SecuritySourceField |
withIncludeSelf(boolean includeSelf) |
SecuritySourceField |
withIncludeSelf(java.lang.Boolean includeSelf) |
SecuritySourceField |
withIsHidden(boolean isHidden) |
SecuritySourceField |
withIsHidden(java.lang.Boolean isHidden) |
SecuritySourceField |
withIsMandatory(boolean isMandatory) |
SecuritySourceField |
withIsMandatory(java.lang.Boolean isMandatory) |
SecuritySourceField |
withMultipleSelection(boolean multipleSelection) |
SecuritySourceField |
withMultipleSelection(java.lang.Boolean multipleSelection) |
SecuritySourceField |
withName(java.lang.String name) |
SecuritySourceField |
withOrdering(int ordering) |
SecuritySourceField |
withOrdering(java.lang.Integer ordering) |
SecuritySourceField |
withTitle(java.lang.String title) |
void |
writeTo(java.io.OutputStream os)
Write this SecuritySourceField as an XML fragment
|
getDefaultValue, isAllowEmpty, setAllowEmpty, setDefaultValue
getDescription, getName, getOrdering, getTitle, isIsHidden, isIsMandatory, setDescription, setIsHidden, setIsMandatory, setName, setOrdering, setTitle
public boolean includeSelf
public static final boolean DEFAULT_INCLUDE_SELF
public boolean allowDeployed
public static final boolean DEFAULT_ALLOW_DEPLOYED
public boolean allowUndeployed
public static final boolean DEFAULT_ALLOW_UNDEPLOYED
public java.lang.String allowedSecuritySourceClassId
public java.lang.String forbiddenSecuritySourceClassId
public boolean multipleSelection
public static final boolean DEFAULT_MULTIPLE_SELECTION
public SecuritySourceField()
public SecuritySourceField(SecuritySourceField o)
public SecuritySourceField withDefaultValue(java.lang.String defaultValue)
withDefaultValue
in class StringField
public SecuritySourceField withAllowEmpty(boolean allowEmpty)
withAllowEmpty
in class StringField
public SecuritySourceField withAllowEmpty(java.lang.Boolean allowEmpty)
withAllowEmpty
in class StringField
public SecuritySourceField withName(java.lang.String name)
withName
in class StringField
public SecuritySourceField withTitle(java.lang.String title)
withTitle
in class StringField
public SecuritySourceField withDescription(java.lang.String description)
withDescription
in class StringField
public SecuritySourceField withIsMandatory(boolean isMandatory)
withIsMandatory
in class StringField
public SecuritySourceField withIsMandatory(java.lang.Boolean isMandatory)
withIsMandatory
in class StringField
public SecuritySourceField withIsHidden(boolean isHidden)
withIsHidden
in class StringField
public SecuritySourceField withIsHidden(java.lang.Boolean isHidden)
withIsHidden
in class StringField
public SecuritySourceField withOrdering(int ordering)
withOrdering
in class StringField
public SecuritySourceField withOrdering(java.lang.Integer ordering)
withOrdering
in class StringField
public void setIncludeSelf(boolean includeSelf)
public boolean isIncludeSelf()
public SecuritySourceField withIncludeSelf(boolean includeSelf)
public SecuritySourceField withIncludeSelf(java.lang.Boolean includeSelf)
public void setAllowDeployed(boolean allowDeployed)
public boolean isAllowDeployed()
public SecuritySourceField withAllowDeployed(boolean allowDeployed)
public SecuritySourceField withAllowDeployed(java.lang.Boolean allowDeployed)
public void setAllowUndeployed(boolean allowUndeployed)
public boolean isAllowUndeployed()
public SecuritySourceField withAllowUndeployed(boolean allowUndeployed)
public SecuritySourceField withAllowUndeployed(java.lang.Boolean allowUndeployed)
public void setAllowedSecuritySourceClassId(java.lang.String allowedSecuritySourceClassId)
public java.lang.String getAllowedSecuritySourceClassId()
public SecuritySourceField withAllowedSecuritySourceClassId(java.lang.String allowedSecuritySourceClassId)
public void setForbiddenSecuritySourceClassId(java.lang.String forbiddenSecuritySourceClassId)
public java.lang.String getForbiddenSecuritySourceClassId()
public SecuritySourceField withForbiddenSecuritySourceClassId(java.lang.String forbiddenSecuritySourceClassId)
public void setMultipleSelection(boolean multipleSelection)
public boolean isMultipleSelection()
public SecuritySourceField withMultipleSelection(boolean multipleSelection)
public SecuritySourceField withMultipleSelection(java.lang.Boolean multipleSelection)
public SecuritySourceField makeCopy()
makeCopy
in class StringField
public static SecuritySourceField 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 StringField
javax.xml.bind.JAXBException
java.io.IOException
public static SecuritySourceField 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 StringField
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class StringField
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.