|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyType | |
|---|---|
| com.metamatrix.common.config.api | |
| com.metamatrix.common.config.model | |
| com.metamatrix.common.object | |
| Uses of PropertyType in com.metamatrix.common.config.api |
|---|
| Methods in com.metamatrix.common.config.api that return PropertyType | |
|---|---|
PropertyType |
ComponentTypePropDefn.getPropertyType()
Get the type for values of this property. |
PropertyType |
ComponentTypeDefn.getPropertyType()
Returns the property type |
| Constructors in com.metamatrix.common.config.api with parameters of type PropertyType | |
|---|---|
ComponentTypePropDefn(java.lang.String name,
java.lang.String displayName,
PropertyType type,
Multiplicity multiplicity)
|
|
ComponentTypePropDefn(java.lang.String name,
java.lang.String displayName,
PropertyType type,
Multiplicity multiplicity,
java.lang.String shortDescription,
java.lang.String defaultValue,
java.util.List allowedValues,
java.lang.String valueDelimiter,
boolean isHidden,
boolean isPreferred,
boolean isExpert,
boolean isModifiable)
|
|
| Uses of PropertyType in com.metamatrix.common.config.model |
|---|
| Methods in com.metamatrix.common.config.model that return PropertyType | |
|---|---|
PropertyType |
BasicComponentTypeDefn.getPropertyType()
|
| Uses of PropertyType in com.metamatrix.common.object |
|---|
| Fields in com.metamatrix.common.object declared as PropertyType | |
|---|---|
static PropertyType |
PropertyType.BOOLEAN
|
static PropertyType |
PropertyType.BYTE
|
static PropertyType |
PropertyType.DATA_TYPE
|
static PropertyType |
PropertyType.DATE
|
static PropertyType |
PropertyDefinitionImpl.DEFAULT_TYPE
|
static PropertyType |
PropertyType.DESCRIPTOR
|
static PropertyType |
PropertyType.DOUBLE
|
static PropertyType |
PropertyType.FILE
|
static PropertyType |
PropertyType.FLOAT
|
static PropertyType |
PropertyType.HOSTNAME
|
static PropertyType |
PropertyType.INTEGER
|
static PropertyType |
PropertyType.LIST
|
static PropertyType |
PropertyType.LONG
|
static PropertyType |
PropertyType.MULTIPLICITY
|
static PropertyType |
PropertyType.OBJECT_ID
|
static PropertyType |
PropertyType.OBJECT_REFERENCE
|
static PropertyType |
PropertyType.PASSWORD
|
static PropertyType |
PropertyType.PROPERTIED_OBJECT
|
static PropertyType |
PropertyType.REG_EXPRESSION
|
static PropertyType |
PropertyType.SET
|
static PropertyType |
PropertyType.SHORT
|
static PropertyType |
PropertyType.STRING
|
static PropertyType |
PropertyType.TIME
|
static PropertyType |
PropertyType.TIMESTAMP
|
static PropertyType |
PropertyType.UNBOUNDED_INTEGER
|
static PropertyType |
PropertyType.URI
|
static PropertyType |
PropertyType.URL
|
| Methods in com.metamatrix.common.object that return PropertyType | |
|---|---|
static PropertyType |
PropertyType.getInstance(int value)
|
static PropertyType |
PropertyType.getInstance(java.lang.String displayName)
|
static PropertyType |
PropertyType.getInstanceByClassName(java.lang.String className)
|
PropertyType |
PropertyDefinitionImpl.getPropertyType()
Get the type for values of this property. |
PropertyType |
PropertyDefinition.getPropertyType()
Get the type for values of this property. |
| Methods in com.metamatrix.common.object with parameters of type PropertyType | |
|---|---|
void |
PropertyDefinitionImpl.setPropertyType(PropertyType type)
Set the type for values of this property. |
| Constructors in com.metamatrix.common.object with parameters of type PropertyType | |
|---|---|
PropertyDefinitionImpl(java.lang.String name,
PropertyType type,
Multiplicity multiplicity)
Create a property definition object with the specified set of attributes. |
|
PropertyDefinitionImpl(java.lang.String name,
java.lang.String displayName,
PropertyType type,
Multiplicity multiplicity)
Create a property definition object with the specified set of attributes. |
|
PropertyDefinitionImpl(java.lang.String name,
java.lang.String displayName,
PropertyType type,
Multiplicity multiplicity,
java.lang.String shortDescription,
java.lang.Object defaultValue,
java.util.List allowedValues,
java.lang.String valueDelimiter,
boolean isHidden,
boolean isPreferred,
boolean isExpert)
Create a property definition object with the fully-specified set of attributes. |
|
PropertyDefinitionImpl(java.lang.String name,
java.lang.String displayName,
PropertyType type,
Multiplicity multiplicity,
java.lang.String shortDescription,
java.lang.Object defaultValue,
java.util.List allowedValues,
java.lang.String valueDelimiter,
boolean isHidden,
boolean isPreferred,
boolean isExpert,
boolean isModifiable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||