Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FilesAttribute

java.lang.Object
  extended byoracle.workspaces.ws.beans.FilesAttribute


public class FilesAttribute
extends java.lang.Object

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

FilesAttribute

public FilesAttribute()

Method Detail

getDefaultValue

public java.lang.String getDefaultValue()
Gets the default value of the attribute.
Returns:
defaultValue

getDisplayName

public java.lang.String getDisplayName()
Gets the display name.
Returns:
displayName

getEnumeration

public 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.
Returns:
enumeration

isHidden

public boolean isHidden()
Returns whether the attribute is exposed to the user.
Returns:
hidden

isOverrideable

public boolean isOverrideable()
Gets whether the attribute value can be overridden when it is inherited from parent folder.
Returns:
isOverrideable

isPrompted

public boolean isPrompted()
Gets whether the attribute is prompted to the user.
Returns:
isPrompted

isRequired

public boolean isRequired()
Returns whether the attribute is mandatory.
Returns:
required

getName

public java.lang.String getName()
Gets the attribute name.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this FilesAttribute.
Parameters:
name -

isSettable

public boolean isSettable()
Gets the settable value for this FilesAttribute.
Returns:
settable

getType

public int getType()
Gets the data type of the attribute.
Returns:
type -
  • DataType - type code
  • Date - 1
  • String - 2
  • Float - 3
  • Integer - 4
  • Boolean - 5
  • User - 6
  • long -8

setType

public void setType(int type)
Sets the date type of the attribute.
Parameters:
type -

isUpdateable

public boolean isUpdateable()
Gets the updateable value for this FilesAttribute.
Returns:
updateable

getValue

public java.lang.String getValue()
Gets the attribute value.
Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the attribute value.
Parameters:
value -

Copyright © 2001, 2006, Oracle. All rights reserved.