Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


oracle.security.xmlsec.saml2.ac
Class BooleanType

java.lang.Object
  extended by oracle.security.xmlsec.saml2.ac.BooleanType


public class BooleanType
extends java.lang.Object

Represents a Boolean type.


Field Summary
static BooleanType FALSE
          A boolean type with a value of "false"
static BooleanType TRUE
          A boolean type with a value of "true"

 

Constructor Summary
BooleanType(java.lang.String value)
          Creates a new BooleanType object.

 

Method Summary
 boolean equals(java.lang.Object o)
          Compares this BooleanType object to the specified object.
 java.lang.String getValue()
          Returns the value of this BooleanType.
 int hashCode()
          Returns the hash code for this instance.
 java.lang.String toString()
          Returns a description of this BooleanType.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

TRUE

public static final BooleanType TRUE
A boolean type with a value of "true"

FALSE

public static final BooleanType FALSE
A boolean type with a value of "false"

Constructor Detail

BooleanType

public BooleanType(java.lang.String value)
Creates a new BooleanType object.
Parameters:
value - The String value of this BooleanType.

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this BooleanType.
Returns:
The String value.

toString

public java.lang.String toString()
Returns a description of this BooleanType.
Overrides:
toString in class java.lang.Object
Returns:
The String representation.

hashCode

public int hashCode()
Returns the hash code for this instance.
Overrides:
hashCode in class java.lang.Object
Returns:
The hash code.

equals

public boolean equals(java.lang.Object o)
Compares this BooleanType object to the specified object.
Overrides:
equals in class java.lang.Object
Parameters:
o - The object to compare to.
Returns:
A boolean.

Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


Copyright © 2005, 2009, Oracle. All rights reserved.