|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectXsdlProperties
com.sap.aii.proxy.xiruntime.core.XsdlAttributeProperties
public class XsdlAttributeProperties
Class representing the set of XMLSchema properties defined for XML attributes.
Copyright (c) 2001 SAP AG
| Field Summary | |
|---|---|
static String |
USE_OPTIONAL
Possible value of XSDL property "use" |
static String |
USE_PROHIBITED
Possible value of XSDL property "use" |
static String |
USE_REQUIRED
Possible value of XSDL property "use" |
| Constructor Summary | |
|---|---|
XsdlAttributeProperties(String name,
Object defaultValue,
Object fixedValue,
String form,
String xmlType,
String namespace,
String javaName,
Class javaClass,
BaseTypeDescriptor attributeDescriptor,
XsdlTypeRestrictions restrictions,
String use)
returns a new instance preset with the given values |
|
| Method Summary | |
|---|---|
String |
getUse()
returns a String constant denoting the use of this attribute, or null
if a use has not been declared. |
boolean |
isOptional()
returns true if the attribute is optional; else false |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String USE_OPTIONAL
public static final String USE_PROHIBITED
public static final String USE_REQUIRED
| Constructor Detail |
|---|
public XsdlAttributeProperties(String name,
Object defaultValue,
Object fixedValue,
String form,
String xmlType,
String namespace,
String javaName,
Class javaClass,
BaseTypeDescriptor attributeDescriptor,
XsdlTypeRestrictions restrictions,
String use)
| Method Detail |
|---|
public final String getUse()
null
if a use has not been declared.
USE_OPTIONAL,
USE_PROHIBITED,
USE_REQUIREDpublic final boolean isOptional()
true if the attribute is optional; else false
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.proxy.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||