|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.bibledesktop.desktop.XSLTProperty
public class XSLTProperty
Defines properties that control the behavior of translating OSIS to HTML.
Distribution Licence: JSword is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here, or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA The copyright to this program is held by it's authors. |
Licence
,
Serialized FormField Summary | |
---|---|
private boolean |
defaultState
The default state of the XSLTProperty |
private String |
name
The name of the XSLTProperty |
private static int |
nextObj
|
static XSLTProperty |
NOTES
Should notes be shown |
private int |
obj
|
private static long |
serialVersionUID
Serialization ID |
static XSLTProperty |
START_VERSE_ON_NEWLINE
Determines whether verses should start on a new line. |
private boolean |
state
The current state of the XSLTProperty |
static XSLTProperty |
STRONGS_NUMBERS
Determines whether Strong's Numbers should show |
static XSLTProperty |
TINY_VERSE_NUMBERS
Show verse numbers as a superscript. |
private static XSLTProperty[] |
VALUES
|
static XSLTProperty |
VERSE_NUMBERS
Show verse numbers |
static XSLTProperty |
XREF
Should cross references be shown |
Constructor Summary | |
---|---|
private |
XSLTProperty(String name,
boolean defaultState)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
Prevent subclasses from overriding canonical identity based Object methods |
static XSLTProperty |
fromInteger(int i)
Lookup method to convert from an integer |
static XSLTProperty |
fromString(String name)
Lookup method to convert from a String |
boolean |
getDefault()
|
String |
getName()
|
boolean |
getState()
|
int |
hashCode()
Prevent subclasses from overriding canonical identity based Object methods |
(package private) Object |
readResolve()
|
void |
setState(boolean newState)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final XSLTProperty STRONGS_NUMBERS
public static final XSLTProperty START_VERSE_ON_NEWLINE
public static final XSLTProperty VERSE_NUMBERS
public static final XSLTProperty TINY_VERSE_NUMBERS
public static final XSLTProperty NOTES
public static final XSLTProperty XREF
private String name
private boolean defaultState
private boolean state
private static int nextObj
private final int obj
private static final XSLTProperty[] VALUES
private static final long serialVersionUID
Constructor Detail |
---|
private XSLTProperty(String name, boolean defaultState)
name
- The name of this propertyMethod Detail |
---|
public String getName()
public boolean getDefault()
public boolean getState()
public void setState(boolean newState)
public static XSLTProperty fromString(String name)
public static XSLTProperty fromInteger(int i)
public final boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public final int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ? 2003-2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |