com.novell.admin.ns.jfs
Class JFSAttributeDefinition

java.lang.Object
  |
  +--com.novell.admin.ns.AttributeDefinition
        |
        +--com.novell.admin.ns.DefaultAttributeDefinition
              |
              +--com.novell.admin.ns.jfs.JFSAttributeDefinition
All Implemented Interfaces:
java.io.Serializable

public final class JFSAttributeDefinition
extends DefaultAttributeDefinition

Concrete class for JFS attribute definitions.

This is an immutable class.


Field Summary
static java.lang.String lastModifiedAttrName
           
static java.lang.String lengthAttrName
           
static java.lang.String streamAttrName
           
 
Fields inherited from class com.novell.admin.ns.AttributeDefinition
lowerBound, name, sized, syntax, upperBound
 
Method Summary
 ObjectAttribute createAttribute()
          Creates a valid ObjectAttribute that conforms to this attribute definition.
 boolean equals(java.lang.Object obj)
           
 boolean isHidden()
          Checks to see if the attribute is hidden.
 boolean isReadOnly()
          Checks to see if the attribute is read-only.
 boolean isSingleValued()
          Checks to see if the attribute is single-valued.
 
Methods inherited from class com.novell.admin.ns.AttributeDefinition
getLowerBound, getName, getSyntax, getUpperBound, isAberrant, isSized, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lastModifiedAttrName

public static final java.lang.String lastModifiedAttrName

lengthAttrName

public static final java.lang.String lengthAttrName

streamAttrName

public static final java.lang.String streamAttrName
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AttributeDefinition

isSingleValued

public boolean isSingleValued()
Checks to see if the attribute is single-valued.
Returns:
true if single-valued, false otherwise.
Overrides:
isSingleValued in class AttributeDefinition

isHidden

public boolean isHidden()
Checks to see if the attribute is hidden.
Returns:
true if hidden, false otherwise.
Overrides:
isHidden in class AttributeDefinition

isReadOnly

public boolean isReadOnly()
Checks to see if the attribute is read-only.
Returns:
true if read-only, false otherwise.
Overrides:
isReadOnly in class AttributeDefinition

createAttribute

public ObjectAttribute createAttribute()
Creates a valid ObjectAttribute that conforms to this attribute definition.
Overrides:
createAttribute in class AttributeDefinition


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.