메소드 | 설명 | |
---|---|---|
Build ( ) : |
Builds an ConnectorAttributeInfo object based on the properties set.
|
|
Build ( String name ) : |
Convenience method to create an AttributeInfo. Equivalent to |
|
Build ( String name, |
Convenience method to create an AttributeInfo. Equivalent to |
|
Build ( String name, |
Convenience method to create an AttributeInfo. Equivalent to |
|
ConnectorAttributeInfoBuilder ( ) : System |
Creates an builder with all the defaults set. The name must be set before the 'build' method is called otherwise an IllegalStateException is thrown. Name: <not set> Readable: true Writeable: true Required: false Type: string MultiValue: false |
|
ConnectorAttributeInfoBuilder ( String name ) : System |
Creates an builder with all the defaults set. The name must be set before the 'build' method is called otherwise an IllegalStateException is thrown. Name: <not set> Readable: true Writeable: true Required: false Type: string MultiValue: false |
|
ConnectorAttributeInfoBuilder ( String name, |
Creates an builder with all the defaults set. The name must be set before the 'build' method is called otherwise an IllegalStateException is thrown. Name: <not set> Readable: true Writeable: true Required: false Type: string MultiValue: false |
|
Define ( string name ) : |
Convenience method to create a new AttributeInfoBuilder. Equivalent to: Since 1.4 |
|
Define ( string name, |
Convenience method to create a new AttributeInfoBuilder. Equivalent to: Since 1.4 |
|
SetCreatable ( bool value ) : |
Determines if the attribute is writable.
|
|
SetMultiValued ( bool value ) : |
Determines if this attribute supports multivalue.
|
|
SetName ( string name ) : |
Sets the unique name of the ConnectorAttributeInfo object.
|
|
SetReadable ( bool value ) : |
Determines if the attribute is readable.
|
|
SetRequired ( bool value ) : |
Determines if this attribute is required.
|
|
SetReturnedByDefault ( bool value ) : |
||
SetUpdateable ( bool value ) : |
Determines if this attribute writable during update.
|
|
SetValueType ( |
Please see FrameworkUtil.CheckAttributeType(Type) for the definitive list of supported types.
|
메소드 | 설명 | |
---|---|---|
SetFlag ( |
public static Build ( String name ) : |
||
name | String | The name of the attribute |
리턴 |
public static Build ( String name, |
||
name | String | The name of the attribute |
type | The type of the attribute | |
리턴 |
public static Build ( String name, |
||
name | String | The name of the attribute |
type | The type of the attribute | |
flags | The flags for the attribute. Null means clear all flags | |
리턴 |
public ConnectorAttributeInfoBuilder ( String name ) : System | ||
name | String | |
리턴 | System |
public ConnectorAttributeInfoBuilder ( String name, |
||
name | String | |
type | ||
리턴 | System |
public static Define ( string name ) : |
||
name | string | /// The name of the attribute |
리턴 |
public static Define ( string name, |
||
name | string | /// The name of the attribute |
type | /// The type of the attribute | |
리턴 |
public SetCreatable ( bool value ) : |
||
value | bool | |
리턴 |
public SetMultiValued ( bool value ) : |
||
value | bool | |
리턴 |
public SetName ( string name ) : |
||
name | string | unique name of the |
리턴 |
public SetReadable ( bool value ) : |
||
value | bool | |
리턴 |
public SetRequired ( bool value ) : |
||
value | bool | |
리턴 |
public SetReturnedByDefault ( bool value ) : |
||
value | bool | |
리턴 |
public SetUpdateable ( bool value ) : |
||
value | bool | |
리턴 |
public SetValueType ( |
||
type | type for an |
|
리턴 |