| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectProperty.Syntax | |
|---|---|
| ix.icore.domain | Domain descriptions. | 
| ix.iview.domain | Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. | 
| Uses of ObjectProperty.Syntax in ix.icore.domain | 
|---|
| Fields in ix.icore.domain declared as ObjectProperty.Syntax | |
|---|---|
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.DEFAULT
Indicates that we aren't sure of a property's type.  | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.LIST
Value representing the type of a property value.  | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.NUMBER
Value representing the type of a property value.  | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.OBJECT
Value representing the type of a property value.  | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.STRING
Value representing the type of a property value.  | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.SYMBOL
Value representing the type of a property value.  | 
protected  ObjectProperty.Syntax | 
ObjectProperty.syntax
 | 
| Methods in ix.icore.domain that return ObjectProperty.Syntax | |
|---|---|
 ObjectProperty.Syntax | 
ObjectProperty.getDefaultedSyntax()
 | 
 ObjectProperty.Syntax | 
ObjectProperty.getSyntax()
 | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.valueOf(java.lang.String name)
 | 
static ObjectProperty.Syntax | 
ObjectProperty.Syntax.valueOf(Symbol name)
 | 
| Methods in ix.icore.domain with parameters of type ObjectProperty.Syntax | |
|---|---|
 void | 
ObjectProperty.setSyntax(ObjectProperty.Syntax syntax)
 | 
| Constructors in ix.icore.domain with parameters of type ObjectProperty.Syntax | |
|---|---|
ObjectProperty(Symbol name,
               Symbol valClass,
               ObjectProperty.Syntax syntax)
 | 
|
| Uses of ObjectProperty.Syntax in ix.iview.domain | 
|---|
| Methods in ix.iview.domain with parameters of type ObjectProperty.Syntax | |
|---|---|
 void | 
UIObjectClass.addProperty(java.lang.String property,
            ObjectProperty.Syntax type)
 | 
 void | 
UIObjectClass.addProperty(Symbol property,
            ObjectProperty.Syntax type)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||