IP*Works! V9

ipworks
Class ODataSchemaProperty

java.lang.Object
  extended by ipworks.ODataSchemaProperty

public class ODataSchemaProperty
extends java.lang.Object

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.

See Also:
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

ODataSchemaProperty

public ODataSchemaProperty()
Method Detail

getAttributes

public java.lang.String getAttributes()

getDescription

public java.lang.String getDescription()

getIsComplexType

public boolean getIsComplexType()

getName

public java.lang.String getName()

getNullable

public boolean getNullable()

getSummary

public java.lang.String getSummary()

getType

public java.lang.String getType()

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.