|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.ResourceAttributeDefinition
public class ResourceAttributeDefinition
Allows the developer to be able to add more customization for resource attributes used within preference expressions. Definitions are optional and are required only in the following cases:
Constructor Summary | |
---|---|
ResourceAttributeDefinition(java.lang.String name,
java.lang.String alias)
Constructs a ResourceAttributeDefinition object with the specified name and alias. |
|
ResourceAttributeDefinition(java.lang.String name,
java.lang.String alias,
double defaultValue)
Constructs a ResourceAttributeDefinition object with the specified name, alias and default value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceAttributeDefinition(java.lang.String name, java.lang.String alias)
name
- The name of the attribute that will be published by the application.
It can be the same as or different from the alias
parameter and can contain
characters that are not allowed within the preference expression.
The name cannot exceed a 256 character length.alias
- The alias to be associated with the attribute.
The alias can be considered the "formal" name of the attribute it can be the same or different from the name
parameter.
The alias can only contain alpha numeric and underscore characters and cannot exceed a 32 character length.public ResourceAttributeDefinition(java.lang.String name, java.lang.String alias, double defaultValue)
name
- The name of the attribute that will be published by the application.
It can be the same as or different from the alias
parameter and can contain
characters that are not allowed within the preference expression.
The name cannot exceed a 256 character length.alias
- The alias to be associated with the attribute.
The alias can be considered the "formal" name of the attribute it can be the same or different from the name
parameter.
The alias can only contain alpha numeric and underscore characters and cannot exceed a 32 character length.defaultValue
- The default value to be assigned to this resource attribute in the event that the system cannot find
a value that was published within the context of a specific resource.
|
Version 5.1 Date Modified: -DREL_DATE=Apr 28 2011 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |