|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.FilesAttribute
A file category is a collection of attributes and this class encapsulates attribute information.
| Constructor Summary | |
FilesAttribute() |
|
| Method Summary | |
java.lang.String |
getDefaultValue()Gets the default value of the attribute. |
java.lang.String |
getDisplayName()Gets the display name. |
java.lang.String[] |
getEnumeration()Gets the enumeration value.If the attribute value is selected from a list of values, then the method returns the array of possible values the attribute can take. |
java.lang.String |
getName()Gets the attribute name. |
int |
getType()Gets the data type of the attribute. |
java.lang.String |
getValue()Gets the attribute value. |
boolean |
isHidden()Returns whether the attribute is exposed to the user. |
boolean |
isOverrideable()Gets whether the attribute value can be overridden when it is inherited from parent folder. |
boolean |
isPrompted()Gets whether the attribute is prompted to the user. |
boolean |
isRequired()Returns whether the attribute is mandatory. |
boolean |
isSettable()Gets the settable value for this FilesAttribute. |
boolean |
isUpdateable()Gets the updateable value for this FilesAttribute. |
void |
setName(java.lang.String name)Sets the name value for this FilesAttribute. |
void |
setType(int type)Sets the date type of the attribute. |
void |
setValue(java.lang.String value)Sets the attribute value. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilesAttribute()
| Method Detail |
public java.lang.String getDefaultValue()
public java.lang.String getDisplayName()
public java.lang.String[] getEnumeration()
public boolean isHidden()
public boolean isOverrideable()
public boolean isPrompted()
public boolean isRequired()
public java.lang.String getName()
public void setName(java.lang.String name)
name -public boolean isSettable()
public int getType()
public void setType(int type)
type -public boolean isUpdateable()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||