|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.impl.portlet.state.TypedStringArray
public class TypedStringArray
An immutable typed string array.
Constructor Summary | |
---|---|
TypedStringArray(int type,
java.lang.String[] strings)
|
Method Summary | |
---|---|
java.lang.String[] |
getStrings()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedStringArray(int type, java.lang.String[] strings) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if strings is nullMethod Detail |
---|
public int getType()
public java.lang.String[] getStrings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |