|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.ODataSchemaProperty
public class ODataSchemaProperty
An object representing a single OData schema property.
An object representing a single OData schema property.
Attributes: A space-separated list of attributes (name-value pairs) contained within an OData property element. For example: name1="value1" name2="value2"
Description: The documentation long description of the OData schema property.
IsComplexType: Indicates whether a property is derived from a complex type.
When 'True', SchemaTypeField
can be used to navigate the properties
contained within the complex type.
Name: The Name of the OData schema property.
Nullable: Indicates whether a property can be null.
Summary: The documentation summary of the OData schema property.
Type: The type of the OData schema property.
Atom
,
Atom.ODataSchemaProperty
Constructor Summary | |
---|---|
ODataSchemaProperty()
|
Method Summary | |
---|---|
java.lang.String |
getAttributes()
|
java.lang.String |
getDescription()
|
boolean |
getIsComplexType()
|
java.lang.String |
getName()
|
boolean |
getNullable()
|
java.lang.String |
getSummary()
|
java.lang.String |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ODataSchemaProperty()
Method Detail |
---|
public java.lang.String getAttributes()
public java.lang.String getDescription()
public boolean getIsComplexType()
public java.lang.String getName()
public boolean getNullable()
public java.lang.String getSummary()
public java.lang.String getType()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |