|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.ElementImpl
com.novell.nds.dirxml.driver.xds.XDSAttrDefElement
An <attr-def>
element.
XDSClassDefElement.appendAttrDefElement()
Method Summary | |
void |
setASN1ID(String someID)
Sets this element's asn1id attribute to
someID . |
void |
setAttrName(String someName)
Sets this element's attr-name attribute to
someName . |
void |
setCaseSensitive(boolean isCaseSensitive)
Sets this element's case-sensitive attribute to
isCaseSensitive . |
void |
setMultiValued(boolean isMultiValued)
Sets this element's multi-valued attribute to
isMultiValued . |
void |
setNaming(boolean isNaming)
Sets this element's naming attribute to
isNaming . |
void |
setReadOnly(boolean isReadOnly)
Sets this element's read-only attribute to
isReadOnly . |
void |
setRequired(boolean isRequired)
Sets this element's required attribute to
isRequired . |
void |
setType(ValueType someType)
Sets this element's type attribute to
someType . |
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setAttrName(String someName)
attr-name
attribute to
someName
.
someName
- if null
or ""
, no action is
takenpublic void setASN1ID(String someID)
asn1id
attribute to
someID
.
someID
- if null
or ""
, no action is
takenpublic void setCaseSensitive(boolean isCaseSensitive)
case-sensitive
attribute to
isCaseSensitive
.
isCaseSensitive
- is this attribute case-sensitive?public void setMultiValued(boolean isMultiValued)
multi-valued
attribute to
isMultiValued
.
isMultiValued
- is this attribute multi-valued?public void setNaming(boolean isNaming)
naming
attribute to
isNaming
.
isNaming
- is this a naming attribute?public void setReadOnly(boolean isReadOnly)
read-only
attribute to
isReadOnly
.
isReadOnly
- is this attribute read-only?public void setRequired(boolean isRequired)
required
attribute to
isRequired
.
isRequired
- is this attribute required?public void setType(ValueType someType)
type
attribute to
someType
.
someType
- if null
, no action is taken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |